Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
#### ESSENTIAL PACKAGES ####
sudo apt-get -y install tmux vim git tree unzip curl
#### PERSONAL VIM DISTRO
curl https://raw.github.com/danielemegna/simsalavim/master/bootstrap -L -o - | sh
#### TMUX.CONF ####
echo "set -g status-bg blue
@daniele-xp
daniele-xp / gitlog.sh
Last active December 20, 2017 10:59
Git log script for TR in Phoenix and MobilePOS code reviews
#!/bin/bash
LOG_START_DATE="2016-01-01"
function log(){
cardNumber=$1
options=""
if [ "x$2" = "xdiff" ] ; then
options="$options --stat -p"