\curl -L https://l.rcd.zone/2g8jyky | bash -s
Note that you should always read the bash script you're about to download and run. I'm not malicious but that does not mean everyone else is nice. :-)
Essentially this script just grabs the latest version of the install.sh
file and runs it. Feel free to take a look at it here.
$ mkdir ~/vimfiles
$ git clone git@github.com:rcdilorenzo/vimfiles.git ~/vimfiles
$ ln -s ~/vimfiles ~/.vim
$ ln -s ~/vimfiles/rc ~/.vimrc
$ mkdir ~/vimfiles/bundle
$ git clone git@github.com:gmarik/Vundle.vim.git ~/vimfiles/bundle/vundle
- Open vim (ignore warnings)
- Run
:BundleInstall
- Close and reopen vim
- Install patched fonts (for arrows and other decorations)
$ git clone git@github.com:powerline/fonts.git
$ ./fonts/install.sh
$ rm -rf fonts/
:Open
will open a directory relative to~/workspaces
. Changeg:project_dir
if you use a different path.