Skip to content

njkevlani/dotfiles

Repository files navigation

dotfiles

My dotfiles using GNU Stow

Screenshot

Screenshot

How to set this at local machine?

  • Clone this repository.
git clone https://github.com/njkevlani/dotfiles.git
cd dotfiles

Make 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.

What else does this repository contain?

  • /misc/awesome contains some cool things to customize your setup.
  • /misc/scripts contains some cool scripts to ease day to day tasks and some eye candy as well!
  • /misc/archlinux contains base packages that I use from archlinux official repositories and AUR.