diff options
| author | 2026-09-08 14:57:19 -0700 | |
|---|---|---|
| committer | 2026-09-08 14:57:19 -0700 | |
| commit | 377e5fbc9293d48aac81740b07a65978b4461879 (patch) | |
| tree | 8c6895ec45bfc3f634e8dd7473bd2ff70c5801bf /_mbsetupuser | |
| parent | 5fd4013f4565fb7f00c00c25490a263116042a08 (diff) | |
| download | new-dotfiles-377e5fbc9293d48aac81740b07a65978b4461879.tar.gz new-dotfiles-377e5fbc9293d48aac81740b07a65978b4461879.zip | |
macos: Add git-secret
Diffstat (limited to '_mbsetupuser')
| -rw-r--r-- | _mbsetupuser/Brewfile.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_mbsetupuser/Brewfile.org b/_mbsetupuser/Brewfile.org index 9ad2863..c472400 100644 --- a/_mbsetupuser/Brewfile.org +++ b/_mbsetupuser/Brewfile.org @@ -27,6 +27,7 @@ Third is the terminal that I use, Wezterm, which can be configured through Lua. Then I need some things for configuration and development purposes: - git :: Version control system that I use. +- git-secret :: A plugin for git that was recommended by Milon for maintaining secrets inside a git repository. - stow :: Mainly used with this repository, "installs" configuration files by making and maintaining symbolic links. - make :: The bundled version with macos is really old and doesn't support some of the features that I use. - tailscale-app :: Mesh VPN that lets me connect to my self-hosted services like music streaming. @@ -39,6 +40,7 @@ Then I need some things for configuration and development purposes: #+begin_src ruby brew "git" + brew "git-secret" brew "stow" cask "tailscale-app" cask "hammerspoon" |
