public
Description: My command line settings.
Homepage:
Clone URL: git://github.com/trey/dotfiles.git
name age message
file .gitignore Tue Sep 01 15:14:54 -0700 2009 First. [trey]
file README.markdown Wed Dec 02 14:16:44 -0800 2009 Added .inputrc and updated README. [trey]
directory bash/ Wed Dec 02 14:16:44 -0800 2009 Added .inputrc and updated README. [trey]
directory git/ Thu Sep 10 19:17:42 -0700 2009 Added additional gitconfig info for excludes fi... [trey]
directory ssh/ Tue Sep 01 15:14:54 -0700 2009 First. [trey]
README.markdown

Inspired by the Advanced Command Line PeepCode screencast.

To set things up:

  1. Move/rename this project's folder to ~/bin/dotfiles
  2. ln -s ~/bin/dotfiles/bash/bash_profile ~/.bash_profile
  3. ln -s ~/bin/dotfiles/bash/bashrc ~/.bashrc
  4. ln -s ~/bin/dotfiles/bash/inputrc ~/.inputrc
  5. Copy git/gitconfig-example to git/gitconfig and set it up how you like it.
  6. ln -s ~/bin/dotfiles/gitconfig ~/.gitconfig
  7. Copy ssh/config-example to ssh/config and set it up how you like it.
  8. ln -s ~/bin/dotfiles/ssh/config ~/.ssh/config (assuming you have an ~/.ssh folder already)

More information about configuring Git