Move Firestarter into different config buckets as well

This commit is contained in:
Salt 2021-01-19 02:36:49 -06:00
parent b22eb9b2eb
commit 93bd41c157
26 changed files with 1 additions and 2 deletions

2
.gitmodules vendored
View File

@ -35,7 +35,7 @@
path = base/.vim/bundle/vim-ansible-yaml
url = https://github.com/chase/vim-ansible-yaml
[submodule "firestarter/.firestarter"]
path = firestarter/.firestarter
path = desktop-common/.firestarter
url = git@git.desu.ltd:salt/firestarter
[submodule "bin/.bin"]
path = base/.bin

View File

@ -27,7 +27,6 @@ This stash contains a number of packages for numerous situations:
| `base` | The base package contains shell and core utility configuration. Other packages do not depend on it; it merely contains basic configuration that I find necessary in every case. |
| `desktop-common` | Common configuration shared across all possible rices. This contains things such as keybindings for applications, Quake configs, Redshift, etc. Configuration files with themes are avoided where possible. |
| `desktop-gruvbox` | My current rice and its accompanying configs. A nice and simple one with Rofi, bspwm, Dunst, Compton, and Polybar. |
| `firestarter` | A custom set of desktop environment scripts that I threw together to manage my environment without worrying about the fine details all the time. See the Firestarter repo for more info. |
| `git` | My personal git configuration. Separated from base because sometimes I don't want cockmail on all my commits. |
| `mac` | MacOS-specific configs. Very sparse; I hardly ever have to use one. |
| `ssh` | SSH configuration for my desktop machines. |