For when I lose my computer have my computer stolen. Inevitably.
https://www.moncefbelyamani.com/how-to-install-xcode-homebrew-git-rvm-ruby-on-mac
zlib errors were fixed here rvm/rvm#4206 (comment)
https://www.moncefbelyamani.com/how-to-install-postgresql-on-a-mac-with-homebrew-and-lunchy/
(Don't forget to follow the Terminal instructions).
psql
CREATE_DATABASE database_name;
\list to see all databases.
\q
if you have no db available createdb to create a db under your username.
git config --global user.email "[email protected]"
git config --global credential.helper osxkeychain
If you have 2-factor-authentication enabled:
Create a personal token (Github profile > Developer Settings > Personal Access Tokens & select repo) & use it in place of password when pushing.
Add Identity using Keychain
ssh-add -K ~/.ssh/id_rsa
http://jilles.me/badassify-your-terminal-and-shell/
https://github.com/caiogondim/bullet-train.zsh
Don't forget to install Powerline fonts from here.
My latest set-up is Pro (don't forget to set as default & change background opacity), with Inconsolata-dz for Powerline 16pt (with Antialias text).
ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
Now you can open the current project in Sublime from the terminal using subl . 🎉
brew install node (This installs both).
- Package Control
- SidebarEnhancements
- RuboCop
- 10% Too Dull for My Tastes Color Scheme
- A File Icon
- Material Theme
- BracketHighlighter
- rspec-snippets
- Side Bar
- Auto Close Tag
- Bracket Pair Colorizer
- Debugger for Chrome
- Docker
- DotENV
- Editor Config for VS Code
- ES7 React/Redux/GraphQL/React-Native snippets
- ESLint
- Git History
- GitLens
- HTML Snippets
- indent-rainbow
- JavaScript (ES6) code snippets
- Jest snippets
- Markdown Pdf
- Material Icon Theme
- npm
- npm Intellisense
- Path Intellisense
- Prettier
- Sublime Text Keymap and Settings Importer
- WakaTime
Go > Home. Cmd ^ to go up one folder & drag & drop into favourites sidebar
defaults write com.apple.screencapture location drag_and_drop_folder_here