My dotfiles using GNU Stow
- Clone this repository.
 
git clone https://github.com/njkevlani/dotfiles.git
cd dotfilesMake symlinks for config files of any config-directory(directories in root of this repo) with stow like:
stow -v bash
stow -v git
# and so on...You can add -n option to this command to see what links will be made without writing them on file system.
$ stow -nv bash/
LINK: .bashrc => dotfiles/bash/.bashrc
LINK: .bash_profile => dotfiles/bash/.bash_profile
LINK: .bashrc_linux => dotfiles/bash/.bashrc_linux
LINK: .bashrc_mac => dotfiles/bash/.bashrc_mac
WARNING: in simulation mode so not modifying filesystem./misc/awesomecontains some cool things to customize your setup./misc/scriptscontains some cool scripts to ease day to day tasks and some eye candy as well!/misc/archlinuxcontains base packages that I use from archlinux official repositories and AUR.
