#! /bin/sh # # link_config.sh # Copyright (C) 2016 fabian # # Distributed under terms of the MIT license. # for filename in .config/*; do ln -Ts $PWD/$filename $HOME/$filename done