Skip to content

Instantly share code, notes, and snippets.

View faramarz's full-sized avatar

Faramarz Hashemi faramarz

  • Toronto, ON
  • 22:03 (UTC -04:00)
View GitHub Profile
@faramarz
faramarz / Mac environment setup.sh
Last active March 7, 2025 15:26 — forked from bradp/setup.sh
New Mac Setup Script
echo "Creating an SSH key for you..."
ssh-keygen -t rsa
echo "Please add this public key to Github \n"
echo "https://github.com/account/ssh \n"
read -p "Press [Enter] key after this..."
echo "Installing xcode-stuff"
xcode-select --install
@faramarz
faramarz / Friendfeed Widget CSS
Created November 10, 2010 07:23
Customizing the embedded activity stream
#friendfeed {
width:320px;
border:none !important;
font-size:11px !important;
margin:0 !important;
padding:0 !important;
background:none !important;
}
#friendfeed.widget,
#friendfeed.widget div,