Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scottstanfield/dotfiles-old

cshrc (for tcsh), vimrc (with Vundler for VIM plugins) and some cool scripts
https://github.com/scottstanfield/dotfiles-old

Last synced: 20 days ago
JSON representation

cshrc (for tcsh), vimrc (with Vundler for VIM plugins) and some cool scripts

Awesome Lists containing this project

README

        

VI and tcsh dotfiles
====================

This is just a simple .cshrc and .vimrc for quick HTML editing.

Step 1: Clone and link .cshrc and .vimrc
----------------------------------------

```sh
% git clone git://github.com/scottstanfield/dotfiles ~/.dotfiles
% cd .dotfiles
% rake install
```

Step 2: Install VIM plugins
---------------------------

```sh
% rake vim
% vim +BundleInstall +qall
```

Notes
-----
I normally place all of my software projects in ~/projects.
You also need a ~/bin file if you want the dotfiles/bin to link.

Inspiration from:
* http://github.com/ryanb/dotfiles
* http://errtheblog.com/posts/89-huba-huba

Enjoy!