A list of my configuration scripts (dotfiles)
These dotfiles are copied directly from my own ~/.config/ directory with no modification.
The additional files included and sync.sh contain the program configuration names and a program which copies the selected program configurations (from included) from the ~/.config/ directory.
Other required packages may be needed for configurations such as packer for nvim and jetbrains mono font.
Dotfiles may be directly placed in the ~./config/ directory or symlinked. Packer and Plug will need to be installed, and they will then need to sync nvim plugins.
| Package Name | Link | Required by |
|---|---|---|
| packer.nvim | https://github.com/wbthomason/packer.nvim | nvim |
| Jetbrains Mono | https://github.com/JetBrains/JetBrainsMono | bspwm kitty |
| dmenu | https://github.com/stilvoid/dmenu | sxhkd bspwm |
| vim-plug | https://github.com/junegunn/vim-plug | nvim |