Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (21 loc) · 447 Bytes

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