Skip to content

patrik-csak/dotfiles

Repository files navigation

Patrik's dotfiles

These dotfiles are intended to be symlinked to your home directory using GNU Stow

Instructions

Create symlinks

Preview changes:

stow --simulate --verbose=1 --target="$HOME" .

Create symlinks:

stow --target="$HOME" .

Update symlinks

Use --restow to update symlinks after moving, renaming, or removing files

Preview changes:

stow --restow --simulate --verbose=1 --target="$HOME" .

Update symlinks:

stow --restow --target="$HOME" .

Remove symlinks

stow --delete --target="$HOME" .

Track new files

Start tracking a new file or directory:

mv ~/{path} ~/.dotfiles/{path}

Preview changes:

stow --simulate --verbose=1 --target="$HOME" .

Create symlinks:

stow --target="$HOME" .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors