Last active
April 2, 2018 22:05
-
-
Save karmanov/f8533eb0eea930cf34ca to your computer and use it in GitHub Desktop.
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
Clean OSX setup: | |
0. Common: | |
0.1 Show hidden file: defaults write com.apple.finder AppleShowAllFiles YES / NO | |
0.2 Homebrew | |
1. Java | |
1.1 https://docs.oracle.com/javase/8/docs/technotes/guides/install/mac_jdk.html | |
2. Сделайте сброс SMC | |
Сброс настроек контроллера, отвечающего за работу внутренних компонентов MacBook, | |
был и остается действенным способом устранения различного рода неполадок. | |
Чтобы сделать сброс, нужно выключить Mac, подключить его к зарядке, а затем нажать Shift+Control+Option и кнопку питания. | |
После этого включите компьютер как обычно, нажав кнопку питания. | |
Applications | |
http://sdkman.io -> curl -s "https://get.sdkman.io" | bash | |
brew -> /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
iterm2 | |
zsh -> https://github.com/robbyrussell/oh-my-zsh -> sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
sourceTree | |
chrome | |
spotify | |
keepingyouawake https://github.com/newmarcel/KeepingYouAwake | |
spectacle https://www.spectacleapp.com/ | |
alfred | |
Intelij IDEA | |
visual studio code | |
Show/Hide hidden files: | |
CMD + SHIFT + . | |
defaults write NSGlobalDomain KeyRepeat -int 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment