-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to just and provide a devShell
Signed-off-by: Nick Gerace <[email protected]>
- Loading branch information
1 parent
54ae961
commit 1fc47e8
Showing
5 changed files
with
46 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
_default: | ||
@just --list | ||
|
||
# Links dotfiles and installs system packages | ||
install: | ||
@bin/install.sh | ||
|
||
# Updates system packages | ||
update: | ||
@bin/update.sh | ||
|
||
# Formats relevant files | ||
format: | ||
alejandra **/*.nix | ||
-shfmt -i 2 -w **/*.sh | ||
-shfmt -i 2 -w **/*.zsh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ | |
htop | ||
hugo | ||
jq | ||
just | ||
lolcat | ||
mold | ||
nodejs | ||
|