greggyNapalm / shell-tools

bash, vim and Unix env settings and tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shell-tools: dotfiles and helpers

Installation

The latest stable version of shell-tools can always be installed (or updated) from this repo:

now=`date +%s-%N`
curl -L --insecure https://github.com/greggyNapalm/shell-tools/raw/master/HOME/.shell_functions.sh > /tmp/$now
# never run script from internet  without reading them first
source /tmp/$now
shell_update

Ubuntu 8 LTS:

git clone git://github.com/altercation/vim-colors-solarized.git
mv vim-colors-solarized .vim/bundle/

About

bash, vim and Unix env settings and tools


Languages

Language:Vim Script 37.5%Language:Shell 37.1%Language:Python 10.1%Language:Nginx 6.3%Language:Go 4.2%Language:Perl 3.4%Language:Ruby 1.3%