A collection of my dotfiles so that I can quickly import my custom configurations everywhere.
- Install stow
brew install stow
- Clone this repository in your home directory - if you clone this repository into any other directory, stow will create symlinks in that directory.
git clone [email protected]:MeghnaM/dotfiles.git
- Go into dotfiles
cd dotfiles
- Use stow to create symlinks to any files you like. For example,
stow bash
will create a symlink in your home directory to all the dotfiles in the bash directory.