Skip to content

Latest commit

 

History

History

zsh

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Zsh Config

https://toabr.de/node/165

Plugins

Plugins are automatically downloaded to $ZDOTDIR/plugins and sourced, see here

Install zsh on Ubuntu

sudo apt install zsh

# change users default login shell
chsh -s /usr/bin/zsh

Stow zsh config files

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