Skip to content

Instantly share code, notes, and snippets.

View s4lly's full-sized avatar

Jaime Mercado s4lly

View GitHub Profile
@s4lly
s4lly / .bashrc
Created March 14, 2017 04:00
mintty setup
# To the extent possible under law, the author(s) have dedicated all
# copyright and related and neighboring rights to this software to the
# public domain worldwide. This software is distributed without any warranty.
# You should have received a copy of the CC0 Public Domain Dedication along
# with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
# base-files version 4.2-4
# ~/.bashrc: executed by bash(1) for interactive shells.
@s4lly
s4lly / Vagrantfile
Last active February 23, 2017 19:41
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure("2") do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at