An introduction to curl
using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin
# ~/.profile, ~/.bashrc, (or ~/.bash_profile in cygwin and others) | |
########## | |
## joe miller, ssh-agent handling stuff | |
## | |
SSH_ENV="$HOME/.ssh/environment" | |
SSH_KEY_PRIVATE="$HOME/.ssh/id_rsa" | |
SSH_KEY_PUB="$HOME/.ssh/id_rsa.pub" | |
function start-agent { |
An introduction to curl
using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin