Skip to content

Instantly share code, notes, and snippets.

View jmatelli's full-sized avatar
🏠
Working from home

Joël Matelli jmatelli

🏠
Working from home
  • Codikos
  • Paris
  • 00:29 (UTC +01:00)
View GitHub Profile
@jmatelli
jmatelli / post-install.sh
Created January 23, 2015 14:42
Post application installation
###############################################################################
# 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/*"
#!/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
@jmatelli
jmatelli / atom_packages.sh
Last active August 29, 2015 14:13
atom packages
# 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