Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 627 Bytes

File metadata and controls

32 lines (23 loc) · 627 Bytes

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