Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.12
1.5.13
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: dotfiles_cli
description: Dotfiles with Git hooks, Mac setup, security scanning, and version management.
version: 1.5.12
version: 1.5.13
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
Expand Down
8 changes: 8 additions & 0 deletions setup-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ else
exit 1
fi

log "Installing Graphite..."
if brew install withgraphite/tap/graphite; then
log "Graphite installed successfully."
else
log "ERROR: Failed to install Graphite."
exit 1
fi

echo "Installing pipx..."
brew install pipx

Expand Down