feat(devcontainer): install air for dev

This commit is contained in:
Jacky 2025-04-09 19:41:58 +08:00
parent 7d4671386e
commit e364353cd1
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D

View file

@ -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