Make sure you backup your dotfiles before using this repo.
Please go through my dotfiles and understand them before using it.
Open a terminal and follow along!
- Clone this repository:
git clone https://github.com/manjunathbv/dotfiles.git - CD into the folder:
cd dotfiles - Symlink each dotfile in repo to the home directory by using the
lncommand with the-sflag (and the-vflag to make it verbose):
$ ln -sv ~/repos/dotfiles/<dotfile> ~