setup-new-computer-script icon indicating copy to clipboard operation
setup-new-computer-script copied to clipboard

Incorrect directory?

Open rayterrill opened this issue 3 years ago • 1 comments

https://github.com/vendasta/setup-new-computer-script/blob/50ac22ebbbe86752c670d82a99a38ae166bd7c27/setup-new-computer.sh#L616

This should probably be .ssh?

rayterrill avatar Sep 12 '22 21:09 rayterrill

Appreciate you sharing this script - it's so awesome. :)

rayterrill avatar Sep 12 '22 21:09 rayterrill

Hello! In our case, we are using the go programming language, and that is the default directory for go workspace.

https://go.dev/doc/gopath_code#GOPATH

If you aren't using go in your workflow, you probably want to remove that from your version of the setup-script :)

joelkesler avatar Apr 26 '23 20:04 joelkesler