I hereby claim:
- I am philiph on github.
- I am philiphagen (https://keybase.io/philiphagen) on keybase.
- I have a public key ASAl1tbfB_f0r2urhlSzM9uJJgpRbw5724e721t0EwfdPwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Note: this assumes you are using ZSH shell.
Install asdf:
$ git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.4.0
$ echo -e '\n. $HOME/.asdf/asdf.sh' >> ~/.zshrc
$ echo -e '\n. $HOME/.asdf/completions/asdf.bash' >> ~/.zshrc
I hereby claim:
To claim this, I am signing this object:
| git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.3.0 | |
| echo -e '\n. $HOME/.asdf/asdf.sh' >> ~/.zshrc | |
| echo -e '\n. $HOME/.asdf/completions/asdf.bash' >> ~/.zshrc | |
| # reload shell | |
| asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git | |
| asdf list elixir | |
| asdf list-all elixir | |
| asdf install elixir 1.2.6 |
| source "https://rubygems.org" | |
| ruby "2.1.2" | |
| gem 'twilio-ruby' |
| #!/bin/bash | |
| if [ $# -eq 0 ]; then | |
| echo Expected: 1 arg which is the directory to backup. | |
| exit 1 | |
| fi | |
| project=$1 | |
| if [ ! -d "$project" ]; then | |
| echo Directory not found: $project |