More Doc
This commit is contained in:
parent
a7caac3dc2
commit
b520fb7c4a
23
README.md
23
README.md
@ -1,6 +1,27 @@
|
|||||||
First get git submodule: <br/>
|
# My Dot Files
|
||||||
|
|
||||||
|
This repo contains a set of tools and configuration files used for development.
|
||||||
|
Especially for Android Rom development
|
||||||
|
|
||||||
|
## Install tool
|
||||||
|
First get git submodule:
|
||||||
|
```
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
```
|
||||||
|
add scripts path into your PATH
|
||||||
|
|
||||||
Then install_config.sh will produce a list of link to copy/past in a terminal. This allow you to select the config files you want
|
Then install_config.sh will produce a list of link to copy/past in a terminal. This allow you to select the config files you want
|
||||||
|
|
||||||
|
For example, for vim, this will produce the following content
|
||||||
|
```
|
||||||
|
ln -s PATH_TO_THIS_REPO/.vim ~/.vim
|
||||||
|
ln -s PATH_TO_THIS_REPO/.vimrc ~/.vimrc
|
||||||
|
```
|
||||||
|
|
||||||
|
## Vim
|
||||||
|
|
||||||
|
Vim plugins are managed by vundle. So at first lunch you have to run in vim
|
||||||
|
```
|
||||||
|
:PluginInstall
|
||||||
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user