mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
feat(devcontainer): install air for dev
This commit is contained in:
parent
7d4671386e
commit
e364353cd1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue