mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
stop faking it
This commit is contained in:
parent
4c6310bd88
commit
84ed805698
2 changed files with 2 additions and 9 deletions
|
|
@ -1,8 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
for dotfile in *; do
|
|
||||||
if [ "${dotfile}" != "scripts" ]; then
|
|
||||||
echo ln -sf "$(pwd)/${dotfile}" "~/.${dotfile}"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
for dotfile in *; do
|
for dotfile in *; do
|
||||||
if [ "${dotfile}" != "scripts" ]; then
|
if [ "${dotfile}" != "scripts" ]; then
|
||||||
echo ln -sf "$(pwd)/${dotfile}" "~/.${dotfile}"
|
echo "linking ${dotfile}"
|
||||||
|
ln -sf "$(pwd)/${dotfile}" "$HOME/.${dotfile}"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue