- bash: configuration for bash (bashrc, bash_profile and so on...)
- config: various configuration and templates, such as MoC and cmake.
- scripts: utility scripts
- shell: common configuration for shells (aliases, environment and functions).
- templates: various template (tex, YouCompleteMe, Makefiles)
- vim: vim configuration
- X: X windows manager and desktop environment configuration
- zsh: configuration for zsh
The python script install_configuration.py
provides a quick way to install
the configuration by means of symlinks.
The VIM plugins (in vim/vim/bundle
) are all submodule! Remember to launch
git submodule init && git submodule update --init --recursive && git submodule foreach git pull origin master