Procházet zdrojové kódy

feat(devcontainer): install air for dev

Jacky před 3 týdny
rodič
revize
e364353cd1
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      .devcontainer/start.sh

+ 3 - 0
.devcontainer/start.sh

@@ -1,5 +1,8 @@
 #!/bin/bash
 
+# install air
+go install github.com/air-verse/air@latest
+
 # install zsh-autosuggestions
 git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions