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

Commit

Permalink
[workaround] use --dotfiles with directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sinarf committed Aug 4, 2023
1 parent 33a3bff commit b34f5e6
Show file tree
Hide file tree
Showing 60 changed files with 2 additions and 0 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.
2 changes: 2 additions & 0 deletions bin/update_dotfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ fi

echo "Linking dotfiles..."
stow -v1 --dotfiles all
stow -v1 --target="${HOME}"/.config all-config
if [[ "$(uname)" == Darwin ]] ; then
stow -v1 --dotfiles mac
else
stow -v1 --dotfiles linux
stow -v1 --target="${HOME}"/.config linux-config
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.

0 comments on commit b34f5e6

Please sign in to comment.