Skip to content

skk/dotfiles

Repository files navigation

Introduction

Instructions for setting-up dotfiles

Setup

  1. Install Python 2.7 or later

  2. Download this repo

    mkdir ~/src cd ~/src git clone [email protected]:skk/dotfiles.git`

  3. Download dependencies - This will download all the dependencies for dotfiles

     python install.py --git_clone, -c
    
  4. 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
  1. Update dependencies - This will download all the dependencies for dotfiles

     python install.py --git_update  # or -u
    

License

MIT License; see LICENSE.txt for more details.