Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 567 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 567 Bytes

My dotfiles

This is a collection of dotfiles I use daily.

They are managed with GNU Stow.

Usage

  • Install Stow
brew install stow

(or with 1-click install)

  • Checkout this repo in your $HOME
git clone https://github.com/shakedhagag/dotfiles.git
  • Symlink modules

For example, if you want to use my nvim dotfiles:

cd dotfiles
stow nvim

And that is all. Stow will take care of symlinking the files to your $HOME.

Good Luck