Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 751 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 751 Bytes

dotfiles

My Dotfiles Collection

What's inside?

  • 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

Quick Setup

# 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.

Tooling Documentations

Kindly check the ./docs directory.