Skip to content

Commit

Permalink
[misc] update linkconfigs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-popov-tech committed Dec 12, 2024
1 parent 2670ccf commit fc9f5c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .scripts/linkconfigs.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/zsh
cd $HOME/.dotfiles

/bin/ls -d */ | xargs -n1 stow

cp -f .other/fonts/* $HOME/Library/Fonts/
defaults import com.manytricks.Moom .other/Moom.plist
/bin/ls -d */ | xargs -n1 stow --restow

cd -

0 comments on commit fc9f5c3

Please sign in to comment.