config
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:
config
========================

Mainly dot files like .vimrc, .zshrc .gitconfig.
The repo includes KeyRemap4Macbook and daily Rakefile.


## Vim

```bash
$ git clone git@github.com:memerelics/vimdir.git ~/git/vimdir
$ cd ~ && ln -s ~/git/vimdir .vim
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
     https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```

Then exec vim and call `:PlugInstall`.


## private.xml

copy private.xml to

``````````````
/Users/hash/Library/Application\ Support/KeyRemap4MacBook/private.xml
``````````````

It's bothering, but KeyRemap4Macbook doesn't recognize symbolic link.


TODO
====================================

* merge vimdir


Tips
====================================

how to change commiter/author of old commits

```
$ git config user.name "memerelics"
$ git config user.email "xxxxxxxxxxxxxxxxx@gmail.com"

$ cat .git/config

$ git rebase -i 

// if --amend without --author, only commiter information will be changed.
$ git commit --amend --author="memerelics "
$ git rebase --continue
```


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。