dotfiles/README.md

26 lines
789 B
Markdown
Raw Normal View History

2015-03-05 17:34:51 +00:00
# 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