Configuration files for zsh
, tmux
, vim
and many other things
very loosely based on The Text Triumvirate
# install `zsh`, `tmux` and `vim`
sudo apt purge vim-tiny*
sudo apt install zsh tmux vim
# install Oh My Zsh (https://github.com/ohmyzsh/ohmyzsh/)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# install .dotfiles
git clone --depth 1 --recursive https://github.com/randName/dotfiles .dotfiles
.dotfiles/tools/install.sh
refer to the wiki for more setup instructions