Archived
1
0
Fork 0

common: Add fish pure

This commit is contained in:
Casper V. Kristensen 2022-05-23 22:16:59 +02:00
parent 3347c6310f
commit 41c0251ab9

View file

@ -35,11 +35,15 @@ sudo apt install -y \
# Shell
chsh -s /usr/bin/fish
# Fish fzf
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
fisher install PatrickF1/fzf.fish
alias --save fd=fdfind
alias --save bat=batcat
echo "fzf_configure_bindings --directory=\cf --git_log=\cg" >> ~/.config/fish/config.fish
# Fish Pure
rm ~/.config/fish/functions/fish_prompt.fish
fisher install pure-fish/pure
# SSH
sed -i 's/#Port 22/Port 222/'