Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Light blue looks good with my current colorscheme
TEXTCOLOR='\033[1;34m'
# Update homebrew, and local base of available packages and versions
printf "${TEXTCOLOR}Updating homebrew and local base of available packages and
versions...\n"
brew update
# Github
Host github.com
Hostname github.com
User git
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/github_key
UserKnownHostsFile ~/.ssh/known_hosts_github
IdentitiesOnly yes
@josephmidura
josephmidura / #colors.sh
Created January 29, 2016 18:09
test terminal colors
#!/bin/bash
#
# This file echoes a bunch of colour codes to the terminal to demonstrate
# what's available. Each line is one colour on black and gray
# backgrounds, with the code in the middle. Verified to work on white,
# black, and green BGs.
#
echo " On Light Gray: On Black:"
echo -e "\033[47m\033[1;37m White \033[0m\
1;37m \