Configuration for zsh, vim, i3, ...
 
 
 
 
Go to file
Guillaume Dott bd1d3b9156 zsh: randomize prompt color according to hostname 2019-07-05 14:54:26 +02:00
LeoCAD Software leocad: add config file 2018-06-14 11:35:37 +02:00
X X: add xinitrc 2016-08-29 16:03:05 +02:00
bin tmuxinator: add bin and config to launch generic project 2018-06-07 10:51:14 +02:00
dunst dunst: reduce timeout value 2019-02-11 11:36:52 +01:00
firefox firefox: add README 2019-02-11 11:39:41 +01:00
git git: use --date=human for git lg 2019-04-23 10:59:21 +02:00
i3 i3: launch gimp after screenshot 2018-06-07 10:51:41 +02:00
i3blocks/multi i3blocks: correct command path 2017-08-18 09:41:39 +02:00
misc misc: add include in inputrc 2019-06-04 13:42:35 +02:00
rofi rofi: correct colors 2017-10-24 14:00:41 +02:00
ruby ruby: remove Apartment from rubyrc 2019-04-15 13:59:40 +02:00
thunderbird thunderbird: add README 2019-02-11 11:39:29 +01:00
tmux tmux: remove old commands from config 2019-04-30 08:45:01 +02:00
tmuxinator tmuxinator: add bin and config to launch generic project 2018-06-07 10:51:14 +02:00
vim vim: add twig syntax support 2019-04-30 08:44:45 +02:00
zsh zsh: randomize prompt color according to hostname 2019-07-05 14:54:26 +02:00
.gitignore zsh: move zsh-completions in $XDG_CONFIG_HOME 2019-04-15 13:57:19 +02:00
LICENSE Added license 2012-10-13 01:19:25 +02:00
README.md all: improve readme 2019-04-15 13:58:46 +02:00

README.md

dotfiles

Configuration for zsh, vim, awesome, ...

XDG

Some configurations use XDG standard.

export DOTFILES=$(pwd)
export PROG=zsh vim git tmux dunst rofi i3blocks

for config in $PROG; do ln -s $DOTFILES/$config $XDG_CONFIG_HOME/; done

zsh

ln -s $DOTFILES/zsh/.zshenv $HOME/
git clone https://github.com/zsh-users/zsh-completions.git $XDG_CONFIG_HOME/zsh/zsh-completions

vim

mkdir -p $XDG_CONFIG_HOME/vim/bundle
git clone https://github.com/gmarik/vundle.git $XDG_CONFIG_HOME/vim/bundle/vundle
vim +BundleInstall +qall

LICENSE

Everything in this repository is released under the WTFPL.

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                   Version 2, December 2004

Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

 0. You just DO WHAT THE FUCK YOU WANT TO.

So, have fun.