소스 검색

feat(devcontainer): install air for dev

Jacky 3 주 전
부모
커밋
e364353cd1
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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