mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
feat(asdf): add golang
This commit is contained in:
5
setup/golang.sh
Executable file
5
setup/golang.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
asdf plugin add golang
|
||||
asdf install golang latest
|
||||
asdf global golang latest
|
||||
@@ -30,5 +30,8 @@ source ./rust.sh
|
||||
# Ruby
|
||||
source ./ruby.sh
|
||||
|
||||
# Golang
|
||||
source ./golang.sh
|
||||
|
||||
# Visual Studio Code Extensions
|
||||
source ./vscode.sh
|
||||
|
||||
Reference in New Issue
Block a user