9 lines
404 B
Bash
9 lines
404 B
Bash
|
sudo apt-add-repository ppa:fish-shell/release-3 -y
|
||
|
sudo apt update
|
||
|
sudo apt install fish fzf bat procps -y
|
||
|
sudo chsh -s /usr/bin/fish
|
||
|
fish -c 'set fish_greeting'
|
||
|
curl -sL https://git.io/fisher | fish -c 'source && fisher install jorgebucaran/fisher'
|
||
|
fish -c 'fisher install jethrokuan/fzf'
|
||
|
wget https://gitlab.com/kyb/fish_ssh_agent/raw/master/functions/fish_ssh_agent.fish -P ~/.config/fish/functions/
|