Add arch setup first version

This commit is contained in:
Fabian Ising
2016-11-18 16:04:50 +01:00
parent aeb17788fe
commit 0b63903632
4 changed files with 45 additions and 0 deletions

11
link_config.sh Executable file
View File

@@ -0,0 +1,11 @@
#! /bin/sh
#
# link_config.sh
# Copyright (C) 2016 fabian <fabian@testvm>
#
# Distributed under terms of the MIT license.
#
for filename in .config/*; do
ln -s $PWD/$filename ~/$filename
done