Squashed 'i3/' content from commit be81d9e

git-subtree-dir: i3
git-subtree-split: be81d9ea1e25ecd221a2735b830da4dcffb424f0
This commit is contained in:
murgi
2017-05-12 11:27:32 +02:00
commit cf12350577
4 changed files with 602 additions and 0 deletions

10
link_config.sh Executable file
View File

@@ -0,0 +1,10 @@
#! /bin/sh
#
# link_config.sh
# Copyright (C) 2016 fabian <fabian@testvm>
#
# Distributed under terms of the MIT license.
#
ln -s $PWD/i3config ~/.config/i3/config
ln -s $PWD/polybarconfig ~/.config/polybar/config
ln -s $PWD/.xinitrc ~/.xinitrc