Go to file
Chris Sexton d37ecda693 Switch port and password short params 2015-03-05 15:17:41 -05:00
files Reference repo to get files 2015-03-05 15:17:40 -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 readme 2015-03-05 15:17:41 -05:00
setup.sh Switch port and password short params 2015-03-05 15:17:41 -05: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

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

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