My dot files
ae3db8b6ef
cscope does not well support c++ (e.g. enum declared in extern "C" https://sourceforge.net/p/cscope/bugs/249/, anonym struct ...) So use ctags first (set csto=1) also remove so duplicate code and simplify it as cscopetag option is enabled |
||
---|---|---|
.cgdb | ||
.config | ||
.irssi | ||
.mutt | ||
.ssh | ||
.vim | ||
.zsh | ||
bin | ||
conkyExample | ||
debian | ||
doc | ||
models | ||
scripts | ||
unison | ||
xplanet | ||
.bashrc | ||
.conkyrc | ||
.ctags | ||
.gitconfig | ||
.gitignore | ||
.gitmodules | ||
.gmrunrc | ||
.muttrc | ||
.rtorrent.rc | ||
.screenrc | ||
.tigrc | ||
.tmux.conf | ||
.vimperatorrc | ||
.vimrc | ||
.zshrc | ||
Bookmarks 2009-12-10.json | ||
bookmarks.html | ||
GSM-openboxTheme.obt | ||
install_config.sh | ||
LICENSE | ||
README.md | ||
rss_netvibes.zip | ||
zsh-prompt.txt |
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
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
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