Skip to content

Instantly share code, notes, and snippets.

@vc7
Last active May 31, 2020 07:34
Show Gist options
  • Select an option

  • Save vc7/f1e1b1c733e0fa4bc4726d9913de0542 to your computer and use it in GitHub Desktop.

Select an option

Save vc7/f1e1b1c733e0fa4bc4726d9913de0542 to your computer and use it in GitHub Desktop.
brew install ffmpeg
brew install git
brew install opencv
brew install glfw

Java

brew install jenv

brew tap homebrew/cask-versions

brew cask install adoptopenjdk/openjdk/adoptopenjdk8 #install
jenv add /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home #link to jenv

jenv versions
jenv global <version>
jenv enable-plugin export

zsh に追加

# jenv
export PATH="$HOME/.jenv/bin:$PATH"
eval "$(jenv init -)"

brew cask

brew cask install slack
brew cask install skype
brew cask install viber
brew cask install google-hangouts

brew cask install sourcetree
brew cask install usage
brew cask install parallels
brew cask install optimage

brew cask install iterm2
brew cask install visual-studio-code
@vc7
Copy link
Author

vc7 commented Apr 14, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment