Skip to content

adarsh/dotfiles

Repository files navigation

Adarsh's dotfiles

Flow:

  • Fork this repo.
  • Clone your fork.
  • Install.
  • Track dotfiles.
  • Customize in master.
  • Update.

Install

From your cloned directory:

./install.sh

This will create symlinks for all config files in your home directory. You can safely run this file multiple times to update.

Track adarshpandit/dotfiles

One time:

git remote add upstream [email protected]:adarshpandit/dotfiles.git
git fetch upstream
git checkout -b upstream upstream/master

Update

Each time you want to update:

git checkout upstream
git pull
git checkout master
git rebase upstream

About

my dotfiles - configurations for developing in OS X

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •