-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Deprecate Mackup in my setup Since macOS 14 (Sonoma), Mackup has been broken π See here: - lra/mackup#1924 - https://www.reddit.com/r/macapps/comments/1f1j41a/avoid_mackup_if_you_are_runing_sonoma_or_later/ There are some workarounds but I am taking this opportunity to just simplify my setup a bit Most of my settings are not that precious that I rely on Mackup to perfectly replicate between machines; I can just do some manual configuration and get most of the way there I'm removing references to Mackup and its configuration from this repo in this commit * Update brewfile Added new things since last time - 1password-cli - Keycastr * Add setup steps for `.zshrc` and `.gitconfig`/`.gitignore` I still want a way to "sync" my zshrc and git configuration, so I made a little set of instructions and manual steps to perform for this Between VS Code tasks and README steps, it's here * Clean up README Some little things that annoyed me: - Minor copy edits - No longer need Obsidian symlink; we're using Obsidian Sync so the iCloud setup is unneeded
- Loading branch information
1 parent
51bed51
commit e6c000e
Showing
54 changed files
with
558 additions
and
12,360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,11 +32,9 @@ brew "hivemind" | |
brew "jasper" | ||
brew "shared-mime-info" | ||
brew "libheif" | ||
brew "libffi" | ||
brew "[email protected]" | ||
brew "libraw" | ||
brew "imagemagick" | ||
brew "mackup" | ||
brew "libffi" | ||
brew "mas" | ||
brew "nginx" | ||
brew "node" | ||
|
@@ -47,6 +45,7 @@ brew "postgresql@12" | |
brew "pyenv" | ||
brew "[email protected]" | ||
brew "[email protected]" | ||
brew "[email protected]" | ||
brew "qt" | ||
brew "ruby-build" | ||
brew "rbenv" | ||
|
@@ -57,6 +56,7 @@ brew "youtube-dl" | |
brew "zsh-git-prompt" | ||
brew "tidbyt/tidbyt/pixlet" | ||
cask "1password" | ||
cask "1password-cli" | ||
cask "authy" | ||
cask "bartender" | ||
cask "descript" | ||
|
@@ -67,6 +67,7 @@ cask "freeze" | |
cask "github" | ||
cask "google-chrome" | ||
cask "iterm2" | ||
cask "keycastr" | ||
cask "logitech-options" | ||
cask "menumeters" | ||
cask "monitorcontrol" | ||
|
Oops, something went wrong.