Skip to content

Latest commit

 

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

Personal dotfiles managed with GNU Stow.

Requirements

# Arch
sudo pacman -Sy stow

# macOS
brew install stow

Install

Clone the repo into your home directory and run stow from inside it:

git clone <repo-url> ~/dotfiles
cd ~/dotfiles
stow .

Stow will create symlinks for every file/directory, mirroring the repo structure into $HOME.

Uninstall

Remove all symlinks created by stow:

cd ~/dotfiles
stow -D .

Dry run

Preview what stow would do without making any changes:

cd ~/dotfiles
stow -n -v .

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages