Initial commit

This commit is contained in:
2025-03-18 19:21:17 +01:00
commit 8303887c16
137 changed files with 4067 additions and 0 deletions

6
conf.d/tmux.fish Normal file
View File

@@ -0,0 +1,6 @@
# If running in interactive mode and not within
# TMUX, start TMUX instead. `tmux-default` is a
# shell script within PATH that either connects to
# the "default" session, or creates one if it
# doesnt exst yet
#status --is-interactive; and test $TERM != "screen" -a $TERM != "screen-256color"; and exec tmux-default