kruton / dotfiles

My personal configuration files for my shell environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles Build status Test coverage

My personal configuration files for my shell environment

To bootstrap this into a new shell environment:

curl -sL https://raw.github.com/kruton/dotfiles/master/bootstrap.bash | bash -ex

or:

wget -O - -o /dev/null https://raw.github.com/kruton/dotfiles/master/bootstrap.bash | bash -ex

If "sudo" access is not available, use the --no-sudo flag:

curl -sL https://raw.github.com/kruton/dotfiles/master/bootstrap.bash | bash -ex /dev/stdin --no-sudo

About

My personal configuration files for my shell environment


Languages

Language:Shell 76.2%Language:Vim Script 20.6%Language:Python 2.6%Language:Dockerfile 0.6%