common: Add fish pure
This commit is contained in:
parent
3347c6310f
commit
41c0251ab9
|
@ -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/'
|
||||
|
|
Reference in a new issue