Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 447 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 447 Bytes

Installation

  1. Install the dotfiles package using this nix expression.
  2. Run the command dotfiles-update.

Usage

cd ~/.dotfiles

To symlink all the dotfiles:

for dir in */; do stow $dir; done

To symlink the dotfiles of an individual application (e.g. xmonad):

stow xmonad

To remove the symlink:

stow -D xmonad