/dotfiles

My dotfiles

Primary LanguageLua

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.