Skip to content

⚠️ very opinionated ⚠️ dotfiles

Notifications You must be signed in to change notification settings

randName/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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