summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-22xresources: update the configuration fileOlivier Gayot
the version of this file was outdated. There was only configuration for xterm but I don't use it anymore. configuration for urxvt has been added. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2014-12-22install: add execution permission to the scriptOlivier Gayot
we need to be able to chdir to the repository and just run ./install.sh mode changed to 755 to avoid this issue. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2014-12-22install: remove useless lineOlivier Gayot
shopt is not used anymore since we do use GNU find instead. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2014-12-22xresources: add the .Xdefault fileOlivier Gayot
this file configures the X resources such as urxvt in our case. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2014-12-22install: create the installation scriptOlivier Gayot
usage: ./install.sh user [sudo] ./install.sh global Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2014-12-22vim: add the vimrc fileOlivier Gayot
We should beware that this file is supposed to source a file related to the distribution. e.g. in this case: source archlinux.vim we might need to process that name or remove it completely Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2014-12-22git: add the configuration file for gitOlivier Gayot
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2014-12-22wmii: add configuration file for wmiiOlivier Gayot
some content in the configuration script might not check for dependencies. We should have to fix it later. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2014-12-22shell: do not issue errors if we cannot source the git-prompt fileOlivier Gayot
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2014-12-22shell: read from .zsh/* in the home directoryOlivier Gayot
we used to read every file located in .zsh/ directory. however, if the cwd is not $HOME/, then the shell will try to source different files. fixed by replacing .zsh/* by $ZDOTDIR/.zsh/* or $HOME/.zsh/* Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2014-12-22Added configuration files for zshOlivier Gayot
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>