Skip to content
/ dotfiles Public

Configuration files for bash, xmonad, X client, and other applications.

Notifications You must be signed in to change notification settings

lihop/dotfiles

Repository files navigation

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

About

Configuration files for bash, xmonad, X client, and other applications.

Resources

Stars

Watchers

Forks

Packages

No packages published