Archived
1
0
Fork 0

common: Add fish fzf

This commit is contained in:
Casper V. Kristensen 2022-05-22 23:49:32 +02:00
parent e74fe31eb2
commit 3347c6310f

View file

@ -27,17 +27,19 @@ sudo apt install -y \
ntp \
pwgen \
fish \
fzf \
fd-find \
bat \
source-highlight
#zsh \
#zsh-syntax-highlighting \
#zsh-autosuggestions \
# Shell
#chsh -s /bin/zsh
#ln -sr .zshrc ~/
chsh -s /usr/bin/fish
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
# SSH
sed -i 's/#Port 22/Port 222/'