- https://opensource.com/article/19/5/python-3-default-mac
- https://github.com/pyenv/pyenv-virtualenv
- https://github.com/pyenv/pyenv
sudo chown -R $(whoami) /usr/local/lib/pkgconfig
chmod u+w /usr/local/lib/pkgconfig
sudo chown -R $(whoami) /usr/local/share
chmod u+w /usr/local/share
brew install pyenv
pyenv install 3.7.3
pyenv global 3.7.3
- https://rick.cogley.info/post/use-homebrew-zsh-instead-of-the-osx-default/
- https://sourabhbajaj.com/mac-setup/iTerm/zsh.html
- https://www.freecodecamp.org/news/how-to-configure-your-macos-terminal-with-zsh-like-a-pro-c0ab3f3c1156/
- https://www.viget.com/articles/zsh-config-productivity-plugins-for-mac-oss-default-shell/
- https://wilsonmar.github.io/zsh/
- https://dev.to/saltyshiomix/a-guide-for-upgrading-macos-to-catalina-and-migrating-the-default-shell-from-bash-to-zsh-4ep3
- https://ohmyz.sh/
brew install zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
autoload -Uz compinit && compinit
echo $SHELL
dscl . -read /Users/$USER UserShell
ls -la /usr/local/bin/zs*
brew list
brew list zsh
brew info zsh
sudo dscl . -create /Users/$USER UserShell /usr/local/bin/zsh\n
which zsh
zsh --version
dscl . -read /Users/$USER UserShell
rm -f ~/.zcompdump; compinit
compaudit | xargs chmod g-w
chmod 755 /usr/local/share
brew install tmux
brew install zsh-autosuggestions
brew install zsh-syntax-highlighting
brew install zsh-history-substring-search
brew install gradle
brew install maven
brew install s3cmd
brew install ipcalc
brew install netcat
brew install ansible
brew install cowsay
brew install fortune
brew install cmatrix
brew install thefuck
brew install wget
brew install saltstack
brew install packer
brew install jq
brew install bat
brew install gig
brew install zsh-completions
brew install vagrant-completion
brew install tmuxinator-completion
brew install spring-completion
brew install ruby-completion
brew install pip-completion
brew install packer-completion
brew install maven-completion
brew install gradle-completion
brew install gem-completion
brew install docker-completion
brew install docker-machine-completion
brew install docker-compose-completion
brew install brew-cask-completion
brew install bash-completion
brew cask install adoptopenjdk
brew install ruby-build
brew install rbenv
brew install rbenv-gemset
rbenv install 2.7.0
rbenv versions
rbenv global 2.7.0
brew tap homebrew/cask-fonts
brew cask install font-hack-nerd-font
## Node
brew install node
npm install -g json
- https://docs.amazonaws.cn/en_us/cli/latest/userguide/cli-configure-completion.html
- https://www.cyberciti.biz/faq/osx-installing-the-aws-command-line-interface-using-brew/
- https://gist.github.com/RichardBronosky/744d4e7e6c4f3408b56d458b1c72e638
brew install awscli
brew tap pivotal/tap
brew install springboot
brew install go
go get golang.org/x/tools/cmd/godoc
go get golang.org/x/lint/golint
go get github.com/golang/lint/golint