Compare commits

...

4 commits

Author SHA1 Message Date
0cddc7cefc
brew (corianne): Uninstall Porting Kit 2025-10-11 08:49:01 -05:00
711ceedf0f
brew (corianne): Uninstall OBS 2025-10-11 08:48:34 -05:00
980f8faad8
brew (corianne): Uninstall AnythingLLM 2025-10-11 08:48:19 -05:00
0359096080
config (bat): Add shell alias for bat
I learned that `programs.bat` does not, in fact, add an alias. I added
it back in, but in a more obvious place this time.
2025-10-11 08:46:47 -05:00
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,7 @@
{ ... }: { { ... }: {
home.shellAliases.cat = "bat";
programs.bat = { programs.bat = {
enable = true; enable = true;
config = { pager = "less -SRF"; }; config = { pager = "less -SRF"; };

View file

@ -192,7 +192,6 @@ in {
casks = [ casks = [
"alt-tab" "alt-tab"
"anki" "anki"
"anythingllm"
"db-browser-for-sqlite" "db-browser-for-sqlite"
"dolphin" "dolphin"
"firefox" "firefox"
@ -205,9 +204,7 @@ in {
"macfuse" "macfuse"
"musescore" "musescore"
"nextcloud" "nextcloud"
"obs"
"openrct2" "openrct2"
"porting-kit"
"qownnotes" "qownnotes"
"qt-creator" "qt-creator"
"rig" "rig"