All my dotfiles in one place.
To use, clone the repository and use symlinks for each file.
$ cd ~ $ git clone <.dotfiles repo url>
The default destination location is $HOME (i.e. ~/).
$ `ln -sf .your-config-file ~/.your-config-file`
Some files may be placed under directories such as ~/.config these kinds of
Files that must be placed under a destination directory are also placed here inside the same directory.
e.g. $ `ln -sf .config/nvim/ ~/.config/nvim/`
When managing >1 files, a faster alternative is available:
A shell script is provided for when migrating to other machines. __Before proceeding, make sure .dotfiles is located in your $HOME directory. (i.e. ~/.dotfiles)__
$ cd ~ $ bash .dotfiles/migrate.sh