My dotfiles
Find a file
Rodolphe Breard 7b89640777 Add the clean command.
Sometimes it is useful to remove temporary files from a directory. I
used to do this with a shell script located in /usr/bin/, however that
wasn't very convenient. Putting the script in the .zshrc allows to
maintains the very small script with all the dotfiles instead of copying
the script from machines to machines.
2015-11-02 22:02:04 +01:00
.config Add the Xdg user directories configuration. 2015-10-27 10:14:28 +01:00
.vim/bundle Using Vundle to manage the color theme. 2015-10-17 10:54:51 +02:00
.bash_aliases Adding common aliases to bash. 2015-10-20 13:56:56 +02:00
.bash_logout bash 2013-03-23 14:48:31 +01:00
.bash_profile reducing some "if" 2015-02-09 22:27:02 +01:00
.bashrc Improving the prompt choice layout. 2015-10-20 13:52:26 +02:00
.git_commit_msg.txt Add a template for git commit. 2015-10-05 11:04:27 +02:00
.gitconfig Fix indent. 2015-10-05 11:46:57 +02:00
.gitignore Ignoring vim temp files. 2015-10-11 17:32:52 +02:00
.gitmodules Adding Vundle as a git submodule. 2015-10-17 12:03:42 +02:00
.psqlrc Adding an awesome psql prompt. 2015-02-11 17:45:43 +01:00
.signature adding https to signature link 2014-05-15 22:50:49 +02:00
.tmux.conf Fixing tmux default-terminal 2015-10-15 12:00:29 +02:00
.vimrc Adding the vim-troll-stopper plugin. 2015-10-28 10:03:40 +01:00
.xinitrc Updating GPG agent's auto-start. 2015-10-02 20:59:51 +02:00
.xprofile Moving setxkbmap from .xinitrc to .xprofile 2015-08-11 20:58:06 +02:00
.Xresources Using inconsolata as the default font for urxvt. 2015-08-12 12:07:00 +02:00
.xscreensaver X 2013-03-23 14:54:07 +01:00
.zprofile cleaning stuff 2015-02-09 20:07:40 +01:00
.zshrc Add the clean command. 2015-11-02 22:02:04 +01:00
README.md Adding the missing session signs. 2015-10-17 12:26:08 +02:00

dotfiles

This is just a bunch of dotfiles.

vim

Plugins are managed by Vundle, which is a git submodule. After cloning the dotfiles repository, you have to initialize the submodule and install all plugins.

$ cd dotfiles/
$ git submodule init
$ git submodule update
$ vim +PluginInstall +qall

Plugins can be updated with vim +PluginUpdate +qall.

qtile

The wallpaper is randomly set from images (png, jpg and jpeg) from ~/pictures/wallpapers/enabled/. You should populate this directory with symbolic links pointing to images stored in ~/pictures/wallpapers/.