Skip to content

dduponchel/dotfiles

Repository files navigation

My config files. Released under the WTFPL.

How to install :

git clone https://github.com/dduponchel/dotfiles ~/.dotfiles
cd ~/.dotfiles
make && make install

How to update :

cd ~/.dotfiles
git pull
make && make install

You can specify a target folder (useful for tests) by calling directly the .symlink_it.sh script.