-
Couldn't load subscription status.
- Fork 0
william-weber/.dotfiles
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Installation
cd $HOME
git clone [THIS REPO]
cd ~/.dotfiles
git submodule init
git submodule update
./link.sh
VIM Help Files
Remember to run
:Helptags
VIM Plugins
Hey! I'm using tpope's pathogen plugin to install vim plugins. However,
when installing new plugins use git submodule add rather than git clone.
Example:
tpope says, "To install..."
cd ~/.vim/bundle
git clone git://github.com/tpope/vim-rails.git
*************************
**** Change this to: ****
*************************
cd ~/.dotfiles
git submodule add git://github.com/tpope/vim-rails.git .vim/bundle/vim-rails
About
My dot files that are compatible with Mac OSX and Linux
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published