Update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2025-03-18 00:16:55 +0100
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2025-03-18 00:16:55 +0100
Commit 5cca2599ad595e09bb68c3fde139954356d008f9 (patch)
-rwxr-xr-x .shenanigans.sh 1
1 files changed, 1 insertions, 0 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh
...
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).
11
if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then
12
if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then
...