easier to type commands in Justfile
This commit is contained in:
parent
72990226ab
commit
f2dea64a48
1 changed files with 3 additions and 3 deletions
6
Justfile
6
Justfile
|
|
@ -25,12 +25,12 @@ gc:
|
|||
sudo nix-collect-garbage --delete-old
|
||||
|
||||
# dnsc-air
|
||||
mac-re:
|
||||
mre:
|
||||
darwin-rebuild switch --flake .
|
||||
|
||||
mac-up:
|
||||
mup:
|
||||
darwin-rebuild switch --recreate-lock-file --flake . && brew upgrade --cask --greedy
|
||||
|
||||
# dnsc-deck
|
||||
deck-re:
|
||||
dre:
|
||||
nix run home-manager/master -- switch --flake .#dnsc-deck
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue