feat: initial commit

This commit is contained in:
2024-09-14 14:51:03 +02:00
commit d4136d4129
23 changed files with 469 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
ln -fs dark-mode.conf ~/.config/tmux/current-theme.conf
if tmux list-sessions; then
tmux source ~/.tmux.conf
fi