Move bin into base

This commit is contained in:
Salt 2021-01-19 02:32:01 -06:00
parent 9df7fbc0ba
commit b22eb9b2eb
3 changed files with 1 additions and 2 deletions

2
.gitmodules vendored
View File

@ -38,7 +38,7 @@
path = firestarter/.firestarter
url = git@git.desu.ltd:salt/firestarter
[submodule "bin/.bin"]
path = bin/.bin
path = base/.bin
url = git@git.desu.ltd:salt/bin
[submodule "desktop-common/.minetest/games/mineclone2"]
path = desktop-common/.minetest/games/mineclone2

View File

@ -25,7 +25,6 @@ This stash contains a number of packages for numerous situations:
| package | description |
| --- | --- |
| `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. |
| `bin` | My custom binaries, plonked at `~/.bin`. |
| `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. |

View File