Last active
August 24, 2019 16:04
-
-
Save dich1/e8bf61c059e5b886f2e05ab00bee20dd to your computer and use it in GitHub Desktop.
Mac初期設定 ref: https://qiita.com/dich1/items/a6da541d31429422b99f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| chflags nohidden ~/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defaults write com.apple.finder AppleShowAllFiles TRUE | |
| killall Finder |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| xcode-select --install | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| brew tap caskroom/cask | |
| brew tap caskroom/versions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew install \ | |
| curl \ | |
| coreutils \ | |
| findutils \ | |
| tree \ | |
| gnu-sed \ | |
| graphviz \ | |
| awscli \ | |
| docker | |
| brew tap heroku/brew && brew install heroku |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew cask install \ | |
| google-chrome \ | |
| sublime-text \ | |
| iterm2 \ | |
| slack \ | |
| libreoffice \ | |
| postman \ | |
| visual-studio-code \ | |
| clipy \ | |
| docker |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| open -a '/Applications/Google Chrome.app' | |
| open -a '/Applications/Slack.app' | |
| open -a '/Applications/Sublime Text.app' | |
| open -a '/Applications/LibreOffice.app' | |
| open -a '/Applications/Visual Studio Code.app' | |
| open -a '/Applications/Clipy.app' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment