Skip to content

Instantly share code, notes, and snippets.

View di3goleite's full-sized avatar

Diego Leite di3goleite

View GitHub Profile
@di3goleite
di3goleite / .tmux.conf
Last active November 25, 2015 01:21 — forked from dilannery/tmux.conf
My tmux configuration file
###########################
# Configuration
###########################
# use 256 term for pretty colors
set -g default-terminal "screen-256color"
# increase scroll-back history
set -g history-limit 5000
# install dependencies
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install git curl nodejs nodejs-legacy npm ruby-sass php php-pgsql php-json php-curl php-mcrypt php-mbstring php-gd postgresql phppgadmin phpunit -y
# enable mcrypt and restart apache2
sudo phpenmod mcrypt
# enable mod_rewrite
sudo a2enmod rewrite