zhenglaizhang / arch-quest

all stuff about arch linux as personal workstation OS
0 stars 0 forks source link

OS X Setup #7

Open zhenglaizhang opened 7 years ago

zhenglaizhang commented 7 years ago
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
zhenglaizhang commented 7 years ago
brew install python3 git
pip3 install --upgrade pip setuptools
pip3 install numpy matplotlib

brew tap homebrew/science
brew tap homebrew/cask-fonts
brew cask install font-fira-code
brew install opencv3 --c++11 --with-contrib --with-examples --with-ffmpeg --with-gstreamer --with-python3 --with-tbb --with-qt5 --with-opengl --with-nonfree --without-python
touch /usr/local/lib/python3.6/site-packages/opencv3.pth
echo /usr/local/opt/opencv3/lib/python3.6/site-packages >> /usr/local/lib/python3.6/site-packages/opencv3.pth

brew cask install google-chrome intellij-idea docker baidunetdisk    betterzip  boostnote  oracle-jdk  postman  qq  sequel-pro typora   wiznote

# do some stuff with intellij-idea (plugins, settings importing)
zhenglaizhang commented 5 years ago
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
zhenglaizhang commented 5 years ago
## brew list            
c-ares          hub         libyaml         nginx           perl            ruby            tmux
cmake           icu4c           maven           node            proxychains-ng      shadowsocks-libev   xz
gdbm            libev           mbedtls         openssl         python          sqlite          zsh
gettext         libevent        mysql           pcre            readline        telnet
git         libsodium       ncurses         pcre2           redis           tig

## brew cask list            
appcleaner       betterzip        cheatsheet       font-fira-code   google-chrome    intellij-idea    mpv              postman          sequel-pro       sourcetree       typora           youdaodict
baidunetdisk     boostnote        datagrip         gitbook          iina             mplayerx         oracle-jdk       qq               snipaste         sublime-text     wiznote          zoom
zhenglaizhang commented 5 years ago
 npm install -g newman
zhenglaizhang commented 5 years ago

gitk retinaize


$ brew cask install retinizer
$ open /System/Library/Frameworks/Tk.framework/Versions/Current/Resources/
# Drag Wish and drop into Retinizer
$ gitk --all