mirror of
https://github.com/fergalmoran/vimfiles.git
synced 2026-01-06 16:55:12 +00:00
PimpMyREADME
This commit is contained in:
24
README.md
Normal file
24
README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Welcome to my VimFiles!
|
||||
|
||||
These are my vimfiles, there are many like them but these ones are mine.
|
||||
Without me, my vimfiles are useless. Without my vimfiles, I am useless.
|
||||
|
||||
cd ~
|
||||
git clone git@github.com:fergalmoran/vimfiles.git .vim
|
||||
ln -s ~/.vim/.vimrc .vimrc
|
||||
|
||||
cd .vim
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
vim
|
||||
:BundleInstall
|
||||
|
||||
apt-get install exuberant-ctags build-essential cmake python-dev vim-youcompleteme
|
||||
|
||||
cd ~/.vim/bundle/tern_for_vim
|
||||
npm install
|
||||
|
||||
Huzzah!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user