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

Commit

Permalink
Use the --dotfiles option in stow
Browse files Browse the repository at this point in the history
This is blocked by aspiers/stow#33
I get the following error:
stow: ERROR: stow_contents() called with non-directory path: .dotfiles/all/.config
  • Loading branch information
sinarf committed Aug 4, 2023
1 parent 5c98048 commit 33a3bff
Show file tree
Hide file tree
Showing 75 changed files with 3 additions and 3 deletions.
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.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions bin/update_dotfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ else
fi

echo "Linking dotfiles..."
stow -v1 all
stow -v1 --dotfiles all
if [[ "$(uname)" == Darwin ]] ; then
stow -v1 mac
stow -v1 --dotfiles mac
else
stow -v1 linux
stow -v1 --dotfiles linux
fi
if ${pulled} ; then
echo "Pushing local modifications..."
Expand Down
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 33a3bff

Please sign in to comment.