Go to file
Chris Sexton 99f8be1b71 Add something evil 2015-03-22 22:57:57 -04:00
files Add something evil 2015-03-22 22:57:57 -04:00
.gitignore Add saved settings 2015-03-05 15:17:41 -05:00
AUTHORS Initial commit 2015-03-05 15:17:40 -05:00
LICENSE Initial commit 2015-03-05 15:17:40 -05:00
README.md Add interactive prompts 2015-03-05 15:17:41 -05:00
setup.sh Add something evil 2015-03-22 22:57:57 -04:00

README.md

Dotfiles!

This is my repository of files needed for general setup of my machines. It includes nice defaults for Dvorak users for vim and tmux, and also sets up a configuration for other commonly used programs.

Included configurations:

  • Git
  • tmux
  • VIM
  • ZSH
  • irssi

Installation

bash <( curl -L http://git.chrissexton.org/cws/dotfiles/raw/master/setup.sh)

Or if you want to customize without an interactive prompt:

bash <(curl -L http://git.chrissexton.org/cws/dotfiles/raw/master/setup.sh) -n "<<YOUR NAME>>" -e "<<YOUR EMAIL>>" -i

You may customize the irssi configuration with the server, port, nick, and password options. Any of these options may be specified by environment variables instead of switches.

Prerequisites

Why list prereqs before the installation command? Becasue they're likely not to matter.

  • Ubuntu or OSX
  • git/tmux/irssi under OSX (no auto brew setup yet)
  • curl