ocr/SetMeUp
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This repository contains all the files and setup tools for my home directory In order to grab the files from this repository the simplest is to init an empty repository in your homedirectory and add github as an origin: ``` cd git init git remote add origin git@github.com:ocr/SetMeUp git fetch origin git branch master --set-upstream origin/master git pull ``` Setup Vundle ``` git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim ``` Launch `vim` and run `:PluginInstall`