mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +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
|
# Ruby
|
||||||
source ./ruby.sh
|
source ./ruby.sh
|
||||||
|
|
||||||
|
# Golang
|
||||||
|
source ./golang.sh
|
||||||
|
|
||||||
# Visual Studio Code Extensions
|
# Visual Studio Code Extensions
|
||||||
source ./vscode.sh
|
source ./vscode.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user