My linux configs
Go to file
Tony Grosinger 5bc9b555cd Added a local bin dir and maven-illuminate
Local bin directory in home directory is now automatically created and
added to the path. Maven-Illuminate is automatically placed in this
folder for use with the mvn aliases.
2014-05-28 15:41:52 -07:00
.ssh Removed tmux-powerline, added public ssh key, improved install script. 2014-01-03 13:37:43 -08:00
.bashrc Added a local bin dir and maven-illuminate 2014-05-28 15:41:52 -07:00
.gitconfig Added a local bin dir and maven-illuminate 2014-05-28 15:41:52 -07:00
.gitignore Updated with newest versions of all files 2013-03-04 20:59:34 -08:00
.inputrc Updating to currently used settings 2013-09-30 11:20:52 -07:00
.tmux.conf Updated with newest versions of all files 2013-03-04 20:59:34 -08:00
.vimrc Updated with newest versions of all files 2013-03-04 20:59:34 -08:00
install.sh Added a local bin dir and maven-illuminate 2014-05-28 15:41:52 -07:00
LICENSE Added a license and small bug fix 2014-01-04 15:54:03 -08:00
maven-illuminate.sh Added a local bin dir and maven-illuminate 2014-05-28 15:41:52 -07:00
profiles.clj Added support for lein 2014-04-06 15:36:31 -07:00
README.md Updated README and another small bug fix 2014-01-04 16:08:11 -08:00

Tony's DotFiles

This is a collection of all the files that I want very easily available on any new machine that I sit down at. The install script is designed to be run either from the cloned repository or as a stand-alone script through curl. See the usage details for examples.

WARNING

The install script provided with these dotfiles is destructive and will overwrite files without asking. To ensure that you do not lose anything important please backup your .bashrc, .gitconfig, .gitignore, .inputrc, .tmux.conf, and .vimrc files in your home directory.

I can not be held responsible if you lose any important data.

Usage

Method 1

The first method requires cloning the repository and running the install script manually.

git clone git@github.com:tgrosinger/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh

Method 2

The second method does not require cloning the repository however it does require that Git and Curl is installed on the target machine.

\curl -sSL https://raw.github.com/tgrosinger/dotfiles/master/install.sh | bash