Skip to content

Instantly share code, notes, and snippets.

View david-romero's full-sized avatar
🎯
Focusing

David Romero david-romero

🎯
Focusing
View GitHub Profile
@david-romero
david-romero / ubuntu_set_up.md
Last active August 21, 2019 17:48 — forked from renshuki/ubuntu_agnoster_install.md
Ubuntu 16.04 + Terminator + Oh My ZSH with Agnoster Theme

Install Git

sudo apt-get update
sudo apt-get install git-core
git config --global user.name "David Romero"
git config --global user.email "davromalc@gmail.com"