Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 705 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 705 Bytes

.dotfiles

Configuration files for zsh, tmux, vim and many other things

very loosely based on The Text Triumvirate

Installing

# 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