mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-11 22:43:47 -05:00
minor updates
This commit is contained in:
@@ -77,10 +77,10 @@ fi
|
||||
brew upgrade mackup >/dev/null 2>&1
|
||||
|
||||
e_arrow "Checking for Mackup config files..."
|
||||
if [ ! -L ""$HOME"/.mackup" ]; then
|
||||
if is_not_symlink ""$HOME"/.mackup"; then
|
||||
ln -s "$MACKUPDIR"/.mackup "$HOME"/.mackup
|
||||
fi
|
||||
if [ ! -L ""$HOME"/.mackup.cfg" ]; then
|
||||
if is_not_symlink ""$HOME"/.mackup.cfg"; then
|
||||
ln -s "$MACKUPDIR"/.mackup.cfg "$HOME"/.mackup.cfg
|
||||
fi
|
||||
e_success "Mackup config files linked."
|
||||
|
||||
Reference in New Issue
Block a user