Skip to content
/ dotfiles Public

Personal configuration files structured to be used with GNU Stow.

Notifications You must be signed in to change notification settings

srgjc/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Personal configuration files structured to be used with GNU Stow. (See: https://www.gnu.org/software/stow/)

In order to apply the configuration for a given program, execute the following command from the root project directory or the operating system subfolder:

stow -t ~/ <config-dir>/

ZSH custom config

To load zsh custom configs, stow them first and then append the following to the .zshrc:

for file in ~/.config/zsh/*.zsh; do
  source "$file"
done

About

Personal configuration files structured to be used with GNU Stow.

Resources

Stars

Watchers

Forks

Contributors