Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit b34f5e6

Browse files
committed
[workaround] use --dotfiles with directory
Thanks to aspiers/stow#33 (comment)
1 parent 33a3bff commit b34f5e6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+2
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

bin/update_dotfiles.sh

+2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ fi
2323

2424
echo "Linking dotfiles..."
2525
stow -v1 --dotfiles all
26+
stow -v1 --target="${HOME}"/.config all-config
2627
if [[ "$(uname)" == Darwin ]] ; then
2728
stow -v1 --dotfiles mac
2829
else
2930
stow -v1 --dotfiles linux
31+
stow -v1 --target="${HOME}"/.config linux-config
3032
fi
3133
if ${pulled} ; then
3234
echo "Pushing local modifications..."
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)