mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: added just
This commit is contained in:
parent
b3b25a8807
commit
208c1bae34
2 changed files with 12 additions and 6 deletions
|
@ -3,14 +3,17 @@ let
|
|||
# Apps
|
||||
"Space, exec, rm -r /home/$USER/.cache/tofi* ; tofi-drun"
|
||||
"C, exec, code"
|
||||
"D, exec, obsidian"
|
||||
"T, exec, ghostty -e zellij a dotfiles"
|
||||
"E, exec, ghostty -e y"
|
||||
"A, exec, obsidian"
|
||||
"D, exec, ghostty -e zellij a dotfiles"
|
||||
"E, exec, ghostty -e nu -e y"
|
||||
"T, exec, ghostty"
|
||||
"G, exec, firefox https://cronometer.com/#diary"
|
||||
"B, exec, firefox"
|
||||
"V, exec, vesktop"
|
||||
"W, exec, bitwarden"
|
||||
"H, exec, feishin"
|
||||
"R, exec, ghostty -e btm"
|
||||
"Y, exec, scrcpy"
|
||||
"R, exec, ghostty -e nu -e btm"
|
||||
"N, exec, signal-desktop"
|
||||
"M, exec, element-desktop"
|
||||
"End, exec, hyprctl dispatch exit"
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
safety:
|
||||
vpn:
|
||||
sudo protonvpn c --c CA
|
||||
|
||||
rebuild:
|
||||
nixos-rebuild switch --use-remote-sudo --flake ~/Files/Projects/dotfiles#desktop --show-trace
|
||||
|
||||
elm:
|
||||
cd ~/Files/Projects/website/frontend; elm-land server
|
Loading…
Add table
Add a link
Reference in a new issue