I hereby claim:
- I am pixelsonly on github.
- I am pixelsonly (https://keybase.io/pixelsonly) on keybase.
- I have a public key ASC8GT7i_CgGt9AKk3yVyPwiJrLukjC8p4ZyX67IIkvdDQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| $ zip -X -r my_archive.zip my_folder/ |
Backup and sync Atom settings!
| Alias | Command |
|---|---|
| g | git |
| ga | git add |
| gaa | git add --all |
| gapa | git add --patch |
| gb | git branch |
$ sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app --nointeraction| if [ -d 0.0.1 ]; then echo 'PATH EXISTS'; else echo 'PATH DOES NOT EXIST'; fi |
If you're running Xcode 5.1, the command line tools don't work for nokogiri 1.6.1. You'll need to download the Late october 2013 tools from Apple. Once you do that run
$ sudo xcode-select -s /Library/Developer/CommandLineTools/
to set up your machine to use the Xcode 5.0.X command line tools, then run
$ gem install nokogiri
If you want to reset your command line tools to the Xcode.app version afterward run
| ¯\_(ツ)_/¯ |
| #!/bin/bash | |
| # Default Variable Declarations | |
| DEFAULT="default.txt" | |
| FILEEXT=".ovpn" | |
| CRT=".crt" | |
| KEY=".3des.key" | |
| CA="ca.crt" | |
| TA="ta.key" |
| ### | |
| # Required Gems | |
| ### | |
| ### | |
| # Settings | |
| ### | |
| set :site_title, "Site name" |