BIG reorganisation.
This commit is contained in:
parent
3be3ccbbea
commit
e20e00ef8a
122 changed files with 36 additions and 109 deletions
|
@ -1,21 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# prepare local dirs
|
||||
mkdir -p ~/.config ~/.local/bin
|
||||
|
||||
# link config
|
||||
for i in autorandr clipit gammastep gtk-3.0 neofetch qtile xinitrc; do
|
||||
rm -rf ~/.config/${i}
|
||||
ln -sf $(pwd)/${i} ~/.config
|
||||
done
|
||||
|
||||
# delete not needed items in ~/.config
|
||||
for i in dconf; do
|
||||
rm -rf ~/.config/${i}
|
||||
ln -sf /dev/null ~/.config/${i}
|
||||
done
|
||||
|
||||
# install scripts
|
||||
for i in _scripts/*; do
|
||||
ln -sf $(pwd)/$i ~/.local/bin
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue