Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 443 Bytes

README.markdown

File metadata and controls

19 lines (16 loc) · 443 Bytes

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.