My Dotfiles Collection
- A collection of dotfiles for easy setup and configuration of my development environment
- Managed using GNU
stow
to symlink dotfiles to my home directory~/
or$HOME
- Handy scripts for installing packages and development toolings
# Clone the Dotfiles
git clone https://github.com/nathanielvarona/dotfiles.git \
dotfiles && cd dotfiles
# Stow
stow --stow --verbose .
# Unstow
stow --delete --verbose .
# Restow (like Unstow followed by Stow)
stow --restow --verbose .
Tip
Use the GNU stow
option --simulate
for dry run and evalute possible changes before the real one.
Kindly check the ./docs directory.