My personal dev env for Mac OS
From user root (~)
$ cd ~
$ git clone https://github.com/bryanmacfarlane/dev-macos
Setup the terminal for a transparent look and feel with a startup script to setup the environment
The scripts setup three workspaces
Projects are contained here. Type proj
to jump here.
Study material is contained here. Type study
to jump here and setup the environment.
Motivation was to not have ~/Projects littered with a ton of small study projects.
Add alias to bashrc. This is useful if you're using from outside standard terminal. For example, in an editor terminal window.
alias godev="source ~/dev-macos/devenv.sh"
Details on setting up go tools for Projects, Study and tools such as VS Code and GoLand.