11 lines
245 B
Bash
11 lines
245 B
Bash
|
|
#! /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
|