Plugins are automatically downloaded to
$ZDOTDIR/plugins
and sourced, see here
- zsh-users/zsh-autosuggestions
- zsh-users/zsh-syntax-highlighting
- zsh-users/zsh-history-substring-search
- zsh-git-prompt/zsh-git-prompt
sudo apt install zsh
# change users default login shell
chsh -s /usr/bin/zsh
mkdir -p ~/.config/zsh && \
cd ~/.dotfiles && \
stow -Svt ~ zsh
Download fzf
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.local/fzf && \
~/.local/fzf/install --bin