i hate linux
This commit is contained in:
parent
61a01bf297
commit
1ed31944bf
7 changed files with 24 additions and 8 deletions
2
setup.sh
2
setup.sh
|
|
@ -30,7 +30,7 @@ while read -r path; do
|
|||
continue
|
||||
fi
|
||||
|
||||
ln -fs "$(realpath "$HOME/$path")" "$HOME/$path"
|
||||
ln -fs "$(realpath "$path")" "$HOME/$path"
|
||||
echo "[x] created symlink $path -> $HOME/$path"
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue