zsh/readme.md

435 B

Install exa and nano

mkdir -p ~/.config/{bin,grc,zsh}
git clone --recurse https://git.sdf.org/michael/zsh ~/.config/zsh
cp ~/.config/zsh/.zshenv.example ~/.zshenv
ln -s ../zsh/grc/grc{,at} ~/.config/bin
cd ~/.config/grc && ln -s ../zsh/grc/{grc.conf,colourfiles/*} .
chsh -s $(which zsh)

Screenshot