From b22eb9b2ebf7fc9ae15606e887dd41c46e4a2cf6 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 19 Jan 2021 02:32:01 -0600 Subject: [PATCH] Move bin into base --- .gitmodules | 2 +- README.md | 1 - {bin => base}/.bin | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename {bin => base}/.bin (100%) diff --git a/.gitmodules b/.gitmodules index d9416ca2..36837ed4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 6c45281d..9d904fae 100644 --- a/README.md +++ b/README.md @@ -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. | diff --git a/bin/.bin b/base/.bin similarity index 100% rename from bin/.bin rename to base/.bin