Skip to content

luizfelipefb/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors