Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scottstanfield/dotfiles-old
- Owner: scottstanfield
- Created: 2012-05-15T22:01:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T05:28:12.000Z (about 9 years ago)
- Last Synced: 2024-04-10T13:59:13.094Z (9 months ago)
- Language: Shell
- Size: 129 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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-hubaEnjoy!