add batman beyond config

This commit is contained in:
2026-05-16 13:01:39 -04:00
parent 2bd06da3ed
commit 1b3849ccd3
38 changed files with 3077 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# source default* settings
source /usr/share/cachyos-fish-config/cachyos-config.fish
# scripst for polybar
source ~/.config/fish/functions/inc_brightness.fish
source ~/.config/fish/functions/dec_brightness.fish
source ~/.config/fish/functions/get_volume.fish
# bluetooth connect function
source ~/.config/fish/functions/bt.fish
# do not load default ranger config
set RANGER_LOAD_DEFAULT_RC FALSE
# source aliases
if test -f ~/.config/fish/.alias
source ~/.config/fish/.alias
end
# overwrite greeting
# potentially disabling fastfetch
function fish_greeting
# smth smth
fastfetch --config bb-large.jsonc
end