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

lihop/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors