Skip to content

ocr/SetMeUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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`

About

Setup my home directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published