Configuration for zsh, vim, i3, ...
 
 
 
 
Go to file
Guillaume Dott b68c282cc0 vim: set colorscheme background to NONE
https://github.com/vim/vim/issues/10449
2022-06-13 10:08:12 +02:00
LeoCAD Software leocad: add config file 2018-06-14 11:35:37 +02:00
X X: disable url matcher for urxvt 2021-03-12 11:46:35 +01:00
bin tmuxinator: add bin and config to launch generic project 2018-06-07 10:51:14 +02:00
dunst dunst: update config for dunst 1.7.0 2021-10-29 09:27:35 +02:00
firefox firefox: add keys to modify in about:config 2021-03-12 11:45:50 +01:00
git git: add /vendor/bundle to gitignore 2021-10-29 09:29:08 +02:00
i3 i3: add dunstctl shortcuts 2021-10-29 09:28:53 +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: add combi mode 2021-10-29 09:30:12 +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: add hostname in terminal title 2019-08-08 10:34:27 +02:00
tmuxinator tmuxinator: add bin and config to launch generic project 2018-06-07 10:51:14 +02:00
vim vim: set colorscheme background to NONE 2022-06-13 10:08:12 +02:00
zsh zsh: replace zlogin with zprofile 2021-10-29 09:31:34 +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.