What should I install when I buy a fresh mac?
Work #
Follow them sequentially. First install homebrew.
-
Homebrew: package manager.
brew install git
clone the dotfiles and install it. Then activate Zsh (now default from Catalina) and install oh-my-zsh
Then we can install several apps using brew cask.
#!sh
brew cask install dropbox
brew cask install 1password
Install Dropbox and 1password first.
#!sh
brew cask install mactex
brew cask install google-chrome
brew cask install firefox
brew cask install xquartz
brew cask install iterm2
brew cask install backblaze
brew cask install keyboard-maestro
brew cask install hazel
brew cask install textexpander
brew cask install nordvpn
brew cask install toggl
After installing Anaconda, conda-init with zsh.
#!sh
brew cask install anaconda
Install Xcode.
Other packages
#!sh
brew install pyenv neovim ag ren bat ripgrep autojump jq
brew install gnuplot --with-x11 --with-cairo
Ruby and Jekyll for website (revise with ruby version manager rbenv)
#!sh
gem install jekyll
gem install sass
- Microsoft & Adobe softwares. https://iuware.iu.edu
- https://github.com/gleitz/howdoi
Utilities #
- Magnet
iPhone #
Suggested Pages #
- 0.025 Scientific computing
- 0.025 PyPy
- 0.025 Python/Packaging
- 0.025 Python syntax and semantics
- 0.025 Python/Visualization
- 0.025 Python3
- 0.025 programming language
- 0.025 Pipenv
- 0.025 Global Interpreter Lock
- 0.025 Python vs. R
- More suggestions...