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
| # Install SassC Interpreter | |
| $ cd /usr/local/src | |
| $ curl -kL https://github.com/hcatlin/libsass/archive/master.zip > libsass.zip | |
| $ unzip libsass.zip | |
| # Install LibSass Library | |
| $ cd /usr/local/src | |
| $ curl -kL https://github.com/sass/sassc/archive/master.zip > sassc.zip | |
| $ unzip sassc.zip |
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
| ## Update Homebrew Formula(s) | |
| $ brew update | |
| $ brew tap homebrew/dupes | |
| $ brew tap homebrew/versions | |
| $ brew tap homebrew/php | |
| ## Install Drush | |
| $ brew install drush |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>org.postfix.master</string> | |
| <key>Program</key> | |
| <string>/usr/libexec/postfix/master</string> | |
| <key>ProgramArguments</key> | |
| <array> |
OlderNewer