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
| ############################################################################### | |
| # Google Chrome & Google Chrome Canary # | |
| ############################################################################### | |
| # Allow installing user scripts via GitHub Gist or Userscripts.org | |
| echo "" | |
| echo "Allow installing user scripts via GitHub Gist or Userscripts.org" | |
| defaults write com.google.Chrome ExtensionInstallSources -array "https://gist.githubusercontent.com/" "http://userscripts.org/*" | |
| defaults write com.google.Chrome.canary ExtensionInstallSources -array "https://gist.githubusercontent.com/" "http://userscripts.org/*" |
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
| #!/bin/sh | |
| # Sources: | |
| # - https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # - https://gist.github.com/brandonb927/3195465 | |
| # - https://gist.github.com/MatthewMueller/e22d9840f9ea2fee4716 | |
| sudo -v | |
| # Keep-alive: update existing `sudo` time stamp until `.osx` has finished |
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
| # useful packages | |
| apm install atom-beautify | |
| apm install autocomplete-plus | |
| apm install caniuse | |
| apm install editorconfig | |
| apm install git-plus | |
| apm install git-tab-status | |
| apm install jsdoc | |
| apm install linter | |
| apm install linter-eslint |