dotfiles/profiles/user0/files/justfile
2025-01-08 19:06:14 -06:00

11 lines
No EOL
234 B
Makefile
Executable file

vpn:
sudo protonvpn c --c CA
vpnoff:
sudo protonvpn d
rebuild:
nixos-rebuild switch --use-remote-sudo --flake ~/Files/Projects/dotfiles#desktop --show-trace
elm:
cd ~/Files/Projects/website/frontend; elm-land server