-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
27 lines (17 loc) · 804 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Intro:
This is my dotfiles repo. I've created it to help me use the same configs across multiple systems.
It is nowhere near as advanced as some others, it is really more of a convenience for me.
The vim portion of my dotfiles setup is basically a manual fork of the vimfiles setup created by Kris Leech:
https://github.com/krisleech/vimfiles
If you'd like to really see how this is done, check these repos:
https://github.com/grosser/dotfiles
https://github.com/nel/dotfiles
https://github.com/ryanb/dotfiles
https://github.com/aviflombaum/dotfiles
https://github.com/drnic/.dotfiles
Install:
There is a simple install.sh script which will create the appropriate links in your $HOME based on your OS.
cd ~
git clone git://github.com/humanshell/dotfiles.git .dotfiles
cd .dotfiles
./install.sh