commit e4cf96fbc1a94b423a579444110f50f7fe31222c
parent a56005fcb5a089eca05754b6b1d86d15a97f7386
Author: regexghost <dev@regexghost.com>
Date: Fri, 29 May 2026 12:38:41 +0100
updated fastfetch config, bashrc and README
Diffstat:
3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -16,3 +16,8 @@ More information about specific WM/DE setups can be found below, both the dotfil
* [JWM (Raspberry Pi)] - [Website](https://www.regexghost.com/linux/jwm)
* [i3](i3/README.md) - [Website](https://www.regexghost.com/linux/i3)
* [KDE](kde/README.md) - [Website](https://www.regexghost.com/linux/kde)
+
+## Colour Schemes
+
+Before loading the dotfiles, navigates to `helpers/colours/` and run `make.sh *colourscheme*`, where `*colourscheme*` is a scheme in `helpers/colours/schemes/` (without the `.sh`)
+This will place relevant colourschemee substitution files in the correct directories to be loaded with the config files. These files aren't tracked in the repo as there a) there is a large number of them and b) they can be generated programatically from the `schemes/` files.
diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc
@@ -107,6 +107,7 @@ alias gits='git status'
alias gs='git status .'
alias gpl='git pull'
alias gl='git log'
+alias glc='echo $(git rev-list --count HEAD) commits'
alias giturl='git config --get remote.origin.url'
alias gp='git push'
alias ga='git add'
diff --git a/dotfiles/.config/fastfetch/config.jsonc b/dotfiles/.config/fastfetch/config.jsonc
@@ -77,7 +77,7 @@
},
{
"type": "disk",
- "key": " ",
+ "key": " ",
"keyColor": "green",
"format": "{mount-from} - {filesystem} - {size-used}/{size-total} ({size-percentage})"
},