just automation
parent
e7ee35ac24
commit
cd44c17014
|
@ -0,0 +1,21 @@
|
||||||
|
_default:
|
||||||
|
@just --list
|
||||||
|
|
||||||
|
# performs steps for mac
|
||||||
|
mac:
|
||||||
|
./install-cli-tools.sh
|
||||||
|
./setup-shell-config.sh
|
||||||
|
./install-mac-apps.sh
|
||||||
|
|
||||||
|
# performs steps for linux
|
||||||
|
linux:
|
||||||
|
./install-cli-tools.sh
|
||||||
|
./setup-shell-config.sh
|
||||||
|
|
||||||
|
# checks all shell scripts for errors
|
||||||
|
shellcheck:
|
||||||
|
shellcheck *.sh
|
||||||
|
|
||||||
|
# formats all shell scripts consistently
|
||||||
|
shfmt:
|
||||||
|
shfmt -i 2 -w -s *.sh
|
Loading…
Reference in New Issue