Skip to content

Latest commit

 

History

History
79 lines (68 loc) · 1.19 KB

2019-02-23-Something-with-MacOS-for-working.md

File metadata and controls

79 lines (68 loc) · 1.19 KB
layout title date image description tags categories twitter_text
post
[MacOS] Note something for next installation
2019-02-22 19:32:44 -0800
/assets/img/
[MacOS] Note something for next installation
Macos
Docker
Macos series
[MacOS] Note something for next installation

Install HomeBrew:

$ xcode-select --install
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install some softwares

Terminator

$ brew install terminator

Docker

$ brew install docker
$ brew install docker-machine
$ brew services start docker-machine
# Create "docker" group and put me in it
$ sudo dseditgroup -o create docker
$ sudo dseditgroup -o edit -a price -t user docker

# Run this to set environment before running docker
$ eval $(docker-machine env default)

GIT

$ 

PIP

$ 

Python 2 & Python 3

$ 

Go

$ 

Vscode

$ 

Virtualenv

$ pip install virtualenv

Pycharm

https://www.jetbrains.com/pycharm/download/#section=mac

$./pycharm.sh

Goland

https://www.jetbrains.com/go/download/

$./goland.sh