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
|
# Apps
|
||||||
"Space, exec, rm -r /home/$USER/.cache/tofi* ; tofi-drun"
|
"Space, exec, rm -r /home/$USER/.cache/tofi* ; tofi-drun"
|
||||||
"C, exec, code"
|
"C, exec, code"
|
||||||
"D, exec, obsidian"
|
"A, exec, obsidian"
|
||||||
"T, exec, ghostty -e zellij a dotfiles"
|
"D, exec, ghostty -e zellij a dotfiles"
|
||||||
"E, exec, ghostty -e y"
|
"E, exec, ghostty -e nu -e y"
|
||||||
|
"T, exec, ghostty"
|
||||||
|
"G, exec, firefox https://cronometer.com/#diary"
|
||||||
"B, exec, firefox"
|
"B, exec, firefox"
|
||||||
"V, exec, vesktop"
|
"V, exec, vesktop"
|
||||||
"W, exec, bitwarden"
|
"W, exec, bitwarden"
|
||||||
"H, exec, feishin"
|
"H, exec, feishin"
|
||||||
"R, exec, ghostty -e btm"
|
"Y, exec, scrcpy"
|
||||||
|
"R, exec, ghostty -e nu -e btm"
|
||||||
"N, exec, signal-desktop"
|
"N, exec, signal-desktop"
|
||||||
"M, exec, element-desktop"
|
"M, exec, element-desktop"
|
||||||
"End, exec, hyprctl dispatch exit"
|
"End, exec, hyprctl dispatch exit"
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
safety:
|
vpn:
|
||||||
sudo protonvpn c --c CA
|
sudo protonvpn c --c CA
|
||||||
|
|
||||||
rebuild:
|
rebuild:
|
||||||
nixos-rebuild switch --use-remote-sudo --flake ~/Files/Projects/dotfiles#desktop --show-trace
|
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