Skip to content

Instantly share code, notes, and snippets.

@bordeo
bordeo / new_mac_web_developer.sh
Last active March 8, 2018 08:41
New Mac Web developer
#LAST EDIT 18/07/2017
#
# CHANGELOG
#
# * 18/07/2017 update docker images, port bind and mount dir
#
xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
@infusion
infusion / import-tar-gz.sh
Last active May 4, 2023 06:00
Import a tar.gz file to MySQL
tar xOf dump.sql.tar.gz | mysql -u $user -p $database
@hofmannsven
hofmannsven / README.md
Last active May 3, 2024 15:30
Git CLI Cheatsheet