Skip to content

Sh1roko233/fish-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Self-Using Fish Shell Script

Install Fish Shell

# For Debian/Ubuntu
sudo apt update
sudo apt install fish
# For Arch Linux
sudo pacman -S fish

chsh -s $(which fish)

Install Fisher

curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher

Install Extendions

fisher install jethrokuan/z

Replace Files

cp fish_prompt.fish ~/.config/fish/functions/fish_prompt.fish
cp fish_right_prompt.fish ~/.config/fish/functions/fish_right_prompt.fish

About

Self-Using Fish Shell Script & Theme

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages