diff --git a/install/common.sh b/install/common.sh index 3805f75..5cc56a0 100755 --- a/install/common.sh +++ b/install/common.sh @@ -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/'