aboutsummaryrefslogtreecommitdiff
path: root/.shenanigans.sh
diff options
context:
space:
mode:
Diffstat (limited to '.shenanigans.sh')
-rwxr-xr-x.shenanigans.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh
index 91fa9e1..3c8d3c8 100755
--- a/.shenanigans.sh
+++ b/.shenanigans.sh
@@ -6,6 +6,7 @@
6# Additonal stuff: 6# Additonal stuff:
7# pipx install pyright 7# pipx install pyright
8# go install golang.org/x/tools/gopls@latest 8# go install golang.org/x/tools/gopls@latest
9# sudo npm i -g @biomejs/biome
9 10
10# Only run if the script is being sourced (bashrc). 11# Only run if the script is being sourced (bashrc).
11if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then 12if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then