This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
manjaroConfiguration/installFish.sh

9 lines
404 B
Bash
Raw Normal View History

2021-11-08 15:33:23 +01:00
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/