Skip to content

Instantly share code, notes, and snippets.

@lilianchisca
Forked from s10wen/gist:3180929
Last active August 29, 2015 14:09
Show Gist options
  • Save lilianchisca/e76913f0347e99692ae7 to your computer and use it in GitHub Desktop.
Save lilianchisca/e76913f0347e99692ae7 to your computer and use it in GitHub Desktop.

Local Config Paths

hosts:

/private/etc/hosts

httpd.conf:

/Applications/MAMP/conf/apache/httpd.conf
/Applications/XAMPP/xamppfiles/etc/httpd.conf

vhosts:

/etc/apache2/extra/httpd-vhosts.conf
/Applications/XAMPP/xamppfiles/etc/extra/httpd-vhosts.conf

php.ini:

/Applications/XAMPP/xamppfiles/etc/php.ini

CMS Config Paths

WordPress:

/wp-config.php

Joomla:

/configuration.php

Magento:

/app/etc/config.xml

Local App Paths

Sublime Text 2 Packages:

/Users/simonowen/Library/Application Support/Sublime Text 2/Packages

Chrome Dev Tool Themes:

~/Library/Application Support/Google/Chrome/Default/User StyleSheets/Custom.css
~/Library/Application Support/Google/Chrome Canary/Default/User StyleSheets/Custom.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment