This repository uses stow to manage dotfiles for various applications. Each application has its own directory containing the relevant configuration files.
This set up is inspired by this blogpost.
- GNU Stow (for managing the dotfile symlinks)
- Homebrew (for managing packages with the included Brewfile)
- Move your dotfiles into the respective application folder with the same name. For example, move
.config/nvim/tonvim/.config/nvim/. - Run Create symlinks in your home directory. For example, run
stow vimto symlink the Vim configuration files.stow <application>
This repository also includes a Brewfile for managing packages using Homebrew.
The casks list assumes you use MacOS.
To install the packages listed in the Brewfile, run the following command:
brew bundle --file=Brewfile