Add arch setup first version
This commit is contained in:
11
link_config.sh
Executable file
11
link_config.sh
Executable 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
|
||||
Reference in New Issue
Block a user