65d2fa1c8219ba0b231d1ce599fbf743dcf7d036
David Blume Fix a typo in the README.

David Blume authored 8 years ago

1) # David Blume's dotfiles
David Blume first commit

David Blume authored 8 years ago

2) 
3) These are some of David Blume's dot files to be installed
4) in new user home directories.
5) 
6) ### Getting the project
7) 
8) You can get a copy of this project by clicking on the
9) [ZIP](http://git.dlma.com/dotfiles.git/zipball/master)
10) or [TAR](http://git.dlma.com/dotfiles.git/tarball/master) buttons
11) near the top right of the GitList web page.
12) 
David Blume Fix a typo in the README.

David Blume authored 8 years ago

13) With an account, you can clone from the origin with:
David Blume first commit

David Blume authored 8 years ago

14) 
15)     git clone ssh://USERNAME@dlma.com/~/git/dotfiles.git
16) 
17) ### Installation 
18) 
David Blume Fix a typo in the README.

David Blume authored 8 years ago

19) If you're not cloning the repo, then run the following:
David Blume first commit

David Blume authored 8 years ago

20) 
21)     ~$ mkdir dotfiles
22)     ~$ cd dotfiles
23)     dotfiles$ curl -L http://git.dlma.com/dotfiles.git/tarball/master > dotfiles.tar
24)     dotfiles$ tar -xvf dotfiles.tar
25)     dotfiles$ rm dotfiles.tar
26) 
David Blume Add a .gitignore file

David Blume authored 8 years ago

27) Then, when you run `setup.sh`, it'll backup your old files to `backup_of_dotfiles_<date>`
David Blume Minor fix for Macintosh OS X.

David Blume authored 8 years ago

28) and replace them with the ones here.
David Blume first commit

David Blume authored 8 years ago

29) 
30)     dotfiles$ ./setup.sh
31) 
David Blume Restore link to markdown so...

David Blume authored 8 years ago

32) See [config.dlma.com](http://config.dlma.com) for more.
David Blume first commit

David Blume authored 8 years ago

33) 
34) #### What's installed
35) 
36) 1. .bashrc and .bash_profile
37) 2. Vim resources
38)     1. .vimrc
39)     2. An empty .vim_undo directory
40)     3. .vim with the following plugins:
David Blume Add descriptions of the vim...

David Blume authored 8 years ago

41)         1. [pathogen](https://github.com/tpope/vim-pathogen), the Vim plugin manager.
42)         2. [vim-powerline](https://github.com/Lokaltog/vim-powerline), for a better Vim statusline.
43)         3. [bbye for :Bdelete](https://github.com/moll/vim-bbye), to delete buffers without affecting windows.
44)         4. [nerdtree](https://github.com/scrooloose/nerdtree), a better filesystem tree-view explorer.
45)         5. [taglist](http://www.vim.org/scripts/script.php?script_id=273), a ctags tree-view explorer.
46)         6. [file-line](http://www.vim.org/scripts/script.php?script_id=2184), to open file:line as from a compiler error.
47)         7. [visual-star-search](http://got-ravings.blogspot.com/2008/07/vim-pr0n-visual-search-mappings.html), so * and # work in visual mode too.
David Blume Added file-line and visual-...

David Blume authored 8 years ago

48)         8. Assorted favorite colors like [desert](https://github.com/dblume/desert.vim).
David Blume Add .vimrc to the list of f...

David Blume authored 8 years ago

49) 3. .gitconfig and .gitignore
David Blume Added a description in the...

David Blume authored 8 years ago

50) 4. .inputrc, for a [partially matched command history traversal](http://askubuntu.com/questions/59846/bash-history-search-partial-up-arrow/59855#59855).
David Blume first commit

David Blume authored 8 years ago

51) 
52) #### What's not installed
53) 
David Blume Add alias for colors in ls...

David Blume authored 8 years ago

54) 1. .dircolors (There are instructions in .bashrc to lighten the color of directories.)
55) 2. Private data like keys, get those from the USB4 bioport in the back of your neck.