I hereby claim:
- I am lykegenes on github.
- I am lykegenes (https://keybase.io/lykegenes) on keybase.
- I have a public key ASD3i2-nRaK0QO2UEyTsg-e0DFlBYSYor899qF2oyhyAcwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # --------------------------------------------------------------------------- | |
| # | |
| # Description: This file holds all my BASH configurations and aliases | |
| # | |
| # Sections: | |
| # 1. Environment Configuration | |
| # 2. Make Terminal Better (remapping defaults and adding functionality) | |
| # 3. File and Folder Management | |
| # 4. Searching | |
| # 5. Process Management |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>ANSIBlackColor</key> | |
| <data> | |
| YnBsaXN0MDDUAQIDBAUGKSpYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS | |
| AAGGoKcHCBMXGyImVSRudWxs1QkKCwwNDg8QERJcTlNDb21wb25lbnRzVU5TUkdCXE5T | |
| Q29sb3JTcGFjZV8QEk5TQ3VzdG9tQ29sb3JTcGFjZVYkY2xhc3NPECgwLjAyNzQ1MTAw | |
| NjcgMC4yMTE3NjQ3MjMxIDAuMjU4ODIzNDg0MiAxTxAoMC4wMzkzODA3NDc4MiAwLjE2 |
| # Add postgresql repo and update apt listing | |
| echo "deb http://apt.postgresql.org/pub/repos/apt/ squeeze-pgdg main" > /etc/apt/sources.list.d/pgdg. | |
| wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - | |
| sudo apt-get update | |
| sudo apt-get upgrade | |
| # Stop all running postgresql servers -- needed for migration of 9.3 data to 9.4 (pg_upgrade execution) | |
| sudo /etc/init.d/postgresql stop | |
| # Must link conf file into data directory since it's expected there by pg_upgrade. |
| tell application "System Preferences" | |
| reveal pane "com.apple.preference.energysaver" | |
| end tell | |
| tell application "System Events" to tell process "System Preferences" to tell window "Energy Saver" | |
| set status to value of checkbox "Automatic graphics switching" of group 1 | |
| click checkbox "Automatic graphics switching" of group 1 | |
| end tell | |
| quit application "System Preferences" | |
| if status is 0 then | |
| return "Automatic switch activated" |
| {{-- Define all our servers --}} | |
| @servers(['staging' => '', 'production' => '']) | |
| @setup | |
| {{-- The timezone your servers run in --}} | |
| $timezone = 'Europe/Amsterdam'; | |
| {{-- The base path where your deployments are sitting --}} | |
| $path = '/var/www/site.com/htdocs'; |
| LATIN CAPITAL LETTER B WITH STROKE | |
| Unicode: U+0243 | |
| HTML: Ƀ | |
| LATIN SMALL LETTER B WITH STROKE | |
| Unicode: U+0180 | |
| HTML: ƀ |