Last active
April 24, 2019 10:00
-
-
Save ButuzGOL/733270a6e3b5489035adbe458ba51f4c to your computer and use it in GitHub Desktop.
Mac OS clean
This file contains 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
alias ...="cd ../.." | |
alias server='open http://localhost:8000 && python -m SimpleHTTPServer' | |
alias chrome='open /Applications/Google\ Chrome.app --args --remote-debugging-port=9222' | |
alias android='/Users/butuzgol/Library/Android/sdk/tools/emulator -avd Nexus_5X_API_23' | |
alias tbots='NODE_ENV=production node /Users/butuzgol/Desktop/tBots/me/index.js && NODE_ENV=production node /Users/butuzgol/Desktop/tBots/kino/index.js && NODE_ENV=production node /Users/butuzgol/Desktop/tBots/goal/index.js & NODE_ENV=production node /Users/butuzgol/Desktop/tBots/flats/index.js & NODE_ENV=production node /Users/butuzgol/Desktop/tBots/events/index.js' | |
alias show='defaults write com.apple.finder AppleShowAllFiles YES' | |
alias hide='defaults write com.apple.finder AppleShowAllFiles NO' |
This file contains 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
[user] | |
name = ButuzGOL | |
email = [email protected] | |
[core] | |
excludesfile = ~/.gitignore | |
[push] | |
default = current |
This file contains 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
.history | |
.DS_Store | |
.vscode |
This file contains 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
1. Chrome https://www.google.com/intl/ru_ALL/chrome/ | |
2. Skype ! | |
3. Transmission https://transmissionbt.com/download/ | |
4. Slack store | |
5. Timeout store | |
8. Xcode store | |
9. ohmyz https://ohmyz.sh/ (semi bold, width 120) | |
10. sketch + | |
11. staraccess https://corporate.ukrsibbank.com/ua/cash_management/internet_banking_launcher/ | |
12. java terminal | |
13. brew https://brew.sh/index_ru | |
14. Figma | |
15. Discord | |
16. Telegram store | |
6. VsCode | |
- Pretteir | |
- Eslint | |
- Chrome debug | |
- React native | |
- LocalHistory | |
- Git lense | |
- editorconfig | |
- path autocomplete | |
- useful react snippets | |
- flow | |
- TODO highlight | |
- booster | |
- turbo console log | |
brew install node https://nodejs.org/uk/ | |
brew install watchman | |
sudo npm install -g kill-tabs | |
sudo npm install -g react-native-cli | |
sudo npm install yarn -g | |
websites | |
1. github | |
2. google | |
3. youtube | |
4. facebook | |
5. twitter | |
6. flicker | |
apps | |
1. instagram | |
2. facebook | |
3. flicker | |
4. youtube | |
5. google maps | |
6. skype | |
7. imdb |
This file contains 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
1. night Shift | |
2. localization | |
3. public key | |
4. aliases | |
5. three fingers drag | |
6. screen | |
7. internet accounts | |
8. icloud | |
ln -s /Users/butuzgol/Desktop/dotfiles/.aliases $HOME/.aliases | |
ln -s /Users/butuzgol/Desktop/dotfiles/.gitconfig $HOME/.gitconfig | |
ln -s /Users/butuzgol/Desktop/dotfiles/.gitignore $HOME/.gitignore | |
ssh-keygen -t rsa | |
cat $HOME/.ssh/id_rsa.pub | pbcopy |
cleanmymac
source ~/.bashrc
if [ -f ~/.aliases ]; then
. ~/.aliases
fi
export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/platform-tools
if [ -f ~/.aliases ]; then
. ~/.aliases
fi%
{
"workbench.startupEditor": "newUntitledFile",
"prettier.eslintIntegration": true,
"editor.formatOnSave": true,
"prettier.singleQuote": true,
"prettier.trailingComma": "all",
"editor.tabSize": 2,
"editor.insertSpaces": true,
"window.zoomLevel": 0,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true,
"suppressWelcomeNotice": true
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/.history": true,
"/lib": true
},
"diffEditor.ignoreTrimWhitespace": true,
"mm_workspace": "/Users/butuzgol/Documents/Layout",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"workbench.colorTheme": "Dracula Soft",
"javascript.validate.enable": false,
"flow.useNPMPackagedFlow": true,
"git.enableSmartCommit": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"eslint.packageManager": "yarn",
"diffEditor.renderSideBySide": true,
"terminal.integrated.rendererType": "dom",
"gitlens.keymap": "alternate",
"terminal.integrated.shell.osx": "zsh"
}
brew tap caskroom/fonts
brew cask install font-fira-code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brew cask install iina