This repo stores all the config files that aren't updated often enough to need their own repo.
My Neovim setup lives separately here.
Install GNU stow and GNU make.
For the pre-commit hook, install pre-commit and run:
pre-commit installTo modify the packages for installation edit the Makefile. Simply add or
remove packages to DEPS for main repo packages, or to AUR_DEPS for AUR
packages.
To the dot-config/conky/scripts/ directory add a .env with the values
API_KEY and CITY_ID set.
To find your city ID look here: https://openweathermap.org/find
| Command | Description |
|---|---|
make help |
Print usage instructions |
make all |
Install dependencies and symlink everything |
make alldeps |
Install all dependencies (including fonts) |
make fonts |
Install fonts only |
make deps |
Install packages from the main repo |
make install |
Symlink configuration files |
make clean |
Remove all symlinks |