Home

dotfiles

Dotfiles manager: stow

After creating a new user, remove .bash_profile, .bashrc, or any other files that were there initially.

Create symlinks. Run the following from the directory that mimics the original directory

stow * -t ~/

# Or
stow * 

To restow:

stow * -R ~/ 

To remove/delete:

stow -D * -t ~/ 

# Or (if created in git repo):
stow -D *

Aliases:

alias stow-setup='stow * -t ~/'
alias stow-remove='stow -D * -t ~/'

To read/watch:

Dotfiles examples:

Date:

Screen Dimensions