feat: add timewarrior and tmux configs
This commit is contained in:
parent
c8dc68365e
commit
1789eb6807
5 changed files with 22 additions and 0 deletions
|
|
@ -16,3 +16,5 @@ bat = "~/.config/bat"
|
||||||
'mangohud.conf' = "~/.config/MangoHud/MangoHud.conf"
|
'mangohud.conf' = "~/.config/MangoHud/MangoHud.conf"
|
||||||
"gamemode.ini" = "~/.config/gamemode.ini"
|
"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"
|
"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"
|
||||||
|
|
|
||||||
|
|
@ -5,3 +5,7 @@ pip install pipx ansible
|
||||||
ansible-playbook --ask-become-pass ansible/main.yml
|
ansible-playbook --ask-become-pass ansible/main.yml
|
||||||
dotter
|
dotter
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
|
||||||
|
|
@ -69,6 +69,8 @@
|
||||||
- npm
|
- npm
|
||||||
- fd
|
- fd
|
||||||
- less
|
- less
|
||||||
|
- timew
|
||||||
|
- man
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Install aur packages
|
- name: Install aur packages
|
||||||
|
|
|
||||||
6
timewarrior.cfg
Normal file
6
timewarrior.cfg
Normal file
|
|
@ -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
|
||||||
8
tmux.conf
Normal file
8
tmux.conf
Normal file
|
|
@ -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'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue