From 1789eb6807f68c4e157fc7ee52ceb0b7aab30c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Thu, 5 Sep 2024 07:55:25 +0200 Subject: [PATCH] feat: add timewarrior and tmux configs --- .dotter/global.toml | 2 ++ README.md | 4 ++++ ansible/roles/packages/tasks/arch.yml | 2 ++ timewarrior.cfg | 6 ++++++ tmux.conf | 8 ++++++++ 5 files changed, 22 insertions(+) create mode 100644 timewarrior.cfg create mode 100644 tmux.conf diff --git a/.dotter/global.toml b/.dotter/global.toml index 288f262..acf66df 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -16,3 +16,5 @@ bat = "~/.config/bat" 'mangohud.conf' = "~/.config/MangoHud/MangoHud.conf" "gamemode.ini" = "~/.config/gamemode.ini" "helldivers2.config" = "~/.local/share/Steam/steamapps/compatdata/553850/pfx/drive_c/users/steamuser/AppData/Roaming/Arrowhead/Helldivers2/user_settings.config" +"timewarrior.cfg" = "~/.config/timewarrior/timewarrior.cfg" +"tmux.conf" = "~/.tmux.conf" diff --git a/README.md b/README.md index 6ab97b1..16319e9 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,7 @@ pip install pipx ansible ansible-playbook --ask-become-pass ansible/main.yml dotter ``` + +``` + +``` diff --git a/ansible/roles/packages/tasks/arch.yml b/ansible/roles/packages/tasks/arch.yml index 6672374..28bcf1e 100644 --- a/ansible/roles/packages/tasks/arch.yml +++ b/ansible/roles/packages/tasks/arch.yml @@ -69,6 +69,8 @@ - npm - fd - less + - timew + - man state: present - name: Install aur packages diff --git a/timewarrior.cfg b/timewarrior.cfg new file mode 100644 index 0000000..14a4824 --- /dev/null +++ b/timewarrior.cfg @@ -0,0 +1,6 @@ + +tags.Work.description = Work +tags.Homelab.description = Homelab dev\/ops +tags.Personal.description = Personal dev +tags.Dotfiles.description = Dotfiles dev +tags.Halig.description = halig dev diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..97d44d9 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,8 @@ +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'catppuccin/tmux#latest' +set -g @plugin 'tmux-plugins/tpm' +set -g @catppuccin_flavor 'mocha' + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run '~/.tmux/plugins/tpm/tpm'