dotfiles/profiles/user0/files/justfile

11 lines
234 B
Makefile
Raw Normal View History

2025-01-08 02:02:38 -06:00
vpn:
2025-01-08 01:20:09 -06:00
sudo protonvpn c --c CA
2024-10-06 15:25:05 -05:00
2025-01-08 19:06:14 -06:00
vpnoff:
sudo protonvpn d
2025-01-08 01:20:09 -06:00
rebuild:
2025-01-08 02:02:38 -06:00
nixos-rebuild switch --use-remote-sudo --flake ~/Files/Projects/dotfiles#desktop --show-trace
elm:
cd ~/Files/Projects/website/frontend; elm-land server