Skip to content

Instantly share code, notes, and snippets.

View makruger's full-sized avatar

Michael Kruger makruger

View GitHub Profile
@makruger
makruger / awestruct.adoc
Last active April 25, 2016 00:55
Instructions for building a Ruby environment for Awestruct

Installing Awestruct on Linux Mint 17.x

#
# Define default prompt to <username>@<hostname>:<path><"($|#) ">
# and print '#' for user "root" and '$' for normal users.
#
#typeset +x PS1="\u@\h:\w\\$ "
typeset +x PS1="\e[0;35m\u\e[0;31m@\e[0;36m\h:\e[0;31m\w\\e[0;35m\$\e[m "
#Mike's personal customizations.
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
alias ls='ls --color=auto'
alias ll='ls -al --color=auto'
"************************************************************
"/home/mike/.vimrc - VIM Configuration file
"************************************************************
"Created on 01-16-2016 to add plugins via Vundle
"OS = Linux Mint 17.2 KDE 64-bit (Rafaela)
"************************************************************
set nocompatible " be iMproved, required
filetype off " required