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