mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 12:30:01 +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
|
||||
while read source target; do
|
||||
for t in $target; do
|
||||
mkdir -p $(dirname $HOME/$t)
|
||||
ln -nsf ~/.config/i3/dotfiles/$source $HOME/$t
|
||||
done
|
||||
mkdir -p $(dirname $HOME/$target)
|
||||
ln -nsf ~/.config/i3/dotfiles/$source $HOME/$target
|
||||
done <<EOF
|
||||
Xresources .Xresources
|
||||
gtkrc-2.0 .gtkrc-2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue