#!/usr/bin/env bash

# git

## Install
add-apt-repository ppa:git-core/ppa
apt-get update
apt-get install -y git
