Instructions for setting-up dotfiles
-
Install Python 2.7 or later
-
Download this repo
mkdir ~/src cd ~/src git clone [email protected]:skk/dotfiles.git`
-
Download dependencies - This will download all the dependencies for dotfiles
python install.py --git_clone, -c
-
Create links - Choose one of the following to create the links for either home, work or none (i.e. neither).
python install.py work python install.py home python install.py none
a) If using tmux, run
tmux source ~/.tmux.conf
-
Update dependencies - This will download all the dependencies for dotfiles
python install.py --git_update # or -u
MIT License; see LICENSE.txt for more details.