mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 20:40:15 +02:00
xsession: simplify dotfiles linking
We only have one target.
This commit is contained in:
parent
0aaed92dce
commit
c070fdf0eb
1 changed files with 2 additions and 4 deletions
|
@ -19,10 +19,8 @@ export TERMINAL=vbeterm
|
||||||
|
|
||||||
# Copy some configuration files
|
# Copy some configuration files
|
||||||
while read source target; do
|
while read source target; do
|
||||||
for t in $target; do
|
mkdir -p $(dirname $HOME/$target)
|
||||||
mkdir -p $(dirname $HOME/$t)
|
ln -nsf ~/.config/i3/dotfiles/$source $HOME/$target
|
||||||
ln -nsf ~/.config/i3/dotfiles/$source $HOME/$t
|
|
||||||
done
|
|
||||||
done <<EOF
|
done <<EOF
|
||||||
Xresources .Xresources
|
Xresources .Xresources
|
||||||
gtkrc-2.0 .gtkrc-2.0
|
gtkrc-2.0 .gtkrc-2.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue