Configuration files for the utilities I use. Managed by stow.
I do have some repitition of configs in nixos-config, but eventually I'll be switching to one method.
- Install
git
,stow
. - Clone this repo, creating the directory:
configs
. - For each package / configuration that you want to install run
stow
. For example for neovim:stow --no-folding -t $HOME neovim
For Mac, there is Brewfile
which tracks all the packages needed. It is handy
as a list of things I need for Linux too!