Skip to content

bryanmacfarlane/dev-macos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mac OS Dev Env

My personal dev env for Mac OS

Clone

From user root (~)

$ cd ~
$ git clone https://github.com/bryanmacfarlane/dev-macos 

Setup Terminal

Setup the terminal for a transparent look and feel with a startup script to setup the environment

setup terminal

Workspaces

The scripts setup three workspaces

~/Projects

Projects are contained here. Type proj to jump here.

~/Study

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.

~/.bashrc

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"

Go

Details on setting up go tools for Projects, Study and tools such as VS Code and GoLand.

go environment

About

Personal terminal dev environment for Mac OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages