An introduction to curl
using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin
This file contains 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
# ~/.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 { |