mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
setup multiposition
This commit is contained in:
parent
f699a87614
commit
eb42ec6ee4
1 changed files with 2 additions and 0 deletions
2
setup.sh
2
setup.sh
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
[ $(pwd) = "$HOME/.dotfiles" ] || ln -sfn "$(pwd)" "$HOME/.dotfiles"
|
||||||
|
|
||||||
for file in home/*; do
|
for file in home/*; do
|
||||||
dotfile="$(basename "$file")"
|
dotfile="$(basename "$file")"
|
||||||
case "${dotfile}" in
|
case "${dotfile}" in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue