2012-05-28 14:38:01 +00:00
|
|
|
# My dotfiles
|
|
|
|
|
2013-11-24 17:52:33 +00:00
|
|
|
This is a collection of my dotfiles.
|
2012-05-28 14:38:01 +00:00
|
|
|
|
|
|
|
```
|
2013-02-22 18:43:59 +00:00
|
|
|
git clone git://github.com/webgefrickel/dotfiles ~/dotfiles
|
|
|
|
cd ~/dotfiles
|
2013-11-24 17:52:33 +00:00
|
|
|
./install/_install.sh
|
2012-08-26 17:07:30 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Now change the file `.gitconfig.user` in your home-folder and
|
|
|
|
provide your git credentials, such as:
|
2012-05-28 15:16:38 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
[user]
|
|
|
|
name = Your name
|
|
|
|
email = youremail@domain.de
|
|
|
|
[github]
|
|
|
|
user = username
|
|
|
|
token = 1235687641287364
|
|
|
|
```
|
|
|
|
|
2012-08-26 17:07:30 +00:00
|
|
|
Finally restart your terminal and vim again, and you are ready to go.
|
|
|
|
|
2012-05-28 14:38:01 +00:00
|
|
|
## VIM
|
|
|
|
|
2013-05-12 21:04:18 +00:00
|
|
|
I use a lot of plugins and custom syntaxes. They are all
|
2014-09-18 16:03:57 +00:00
|
|
|
installed via neobundle - for a list of the plugins see vimrc.
|