Skip to content

Instantly share code, notes, and snippets.

@Ghasak
Last active August 8, 2022 16:35
Show Gist options
  • Save Ghasak/7670fbe8e61fd1c1da9d4a776e3ad4be to your computer and use it in GitHub Desktop.
Save Ghasak/7670fbe8e61fd1c1da9d4a776e3ad4be to your computer and use it in GitHub Desktop.
[Stow] GNU Stow dotfiles farm #GNU_Stow #stow #dotfiles

GNU Stow

I use stow file to restor and ammend several dotfile of my daily workflow. I also used .stow_local_ignore file to ignore some files which I will not be using

To stow dotfiles

Assume your current directory is the main dir and the parent directory is the targeted directory. (check stow -h)

$stow . --verbose=2

To unlink and remove all stow files

You can use

$stow -D . 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment