2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-09 13:10:27 +00:00
steffen-dotfiles/README.md

29 lines
579 B
Markdown
Raw Normal View History

# My dotfiles
This is a collection of my dotfiles.
```
2013-02-22 18:43:59 +00:00
git clone git://github.com/webgefrickel/dotfiles ~/dotfiles
cd ~/dotfiles
./install/_install.sh
```
Now change the file `.gitconfig.user` in your home-folder and
provide your git credentials, such as:
```
[user]
name = Your name
email = youremail@domain.de
[github]
user = username
token = 1235687641287364
```
Finally restart your terminal and vim again, and you are ready to go.
## 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.