diff options
| author | 2026-06-24 17:52:50 -0700 | |
|---|---|---|
| committer | 2026-08-26 23:04:25 -0700 | |
| commit | a05e99ee786c4156292f359b51b17aaf9098433f (patch) | |
| tree | 9fe930edc34a97712e895ec925dd55befb683f95 /_mbsetupuser | |
| parent | e612698df2466736f7a3ab89a623246536f1b1a8 (diff) | |
| download | new-dotfiles-a05e99ee786c4156292f359b51b17aaf9098433f.tar.gz new-dotfiles-a05e99ee786c4156292f359b51b17aaf9098433f.zip | |
Brewfile: Update installed applications
Diffstat (limited to '_mbsetupuser')
| -rw-r--r-- | _mbsetupuser/Brewfile.org | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/_mbsetupuser/Brewfile.org b/_mbsetupuser/Brewfile.org index f2cf741..5766489 100644 --- a/_mbsetupuser/Brewfile.org +++ b/_mbsetupuser/Brewfile.org @@ -29,9 +29,12 @@ Then I need some things for configuration and development purposes: - git :: Version control system that I use. - 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 :: Mesh VPN that lets me connect to my self-hosted services like music streaming. +- tailscale-app :: Mesh VPN that lets me connect to my self-hosted services like music streaming. - hammerspoon :: Automation framework like AutoHotKey for Windows. But different. - fennel :: Fennel is a lisp -> lua compiler, it allows me to write lua config (like Wezterm and Hammerspoon) in lisp. +- zplug :: A plug-in manager for ZSH. +- atuin :: Shell history completion on steroids. +- bettercmdtab :: Trying out this program that lets me have a better experience switching windows. #+begin_src ruby @@ -41,6 +44,9 @@ Then I need some things for configuration and development purposes: cask "tailscale-app" cask "hammerspoon" brew "fennel" + brew "zplug" + brew "atuin" + cask "bettercmdtab" #+end_src And there are some development projects that I need to be able to install. @@ -75,9 +81,15 @@ Fonts too! cask "font-dosis" #+end_src -I also created my own tap: +I also created my own tap for SCSH: #+begin_src ruby tap "ryuslash/scsh", "https://git.sr.ht/~ryuslash/homebrew-scsh", trusted: true brew "scsh" #+end_src + +Flameshot, for easier screenshot taking. Aside from installing through Homebrew this needs some extra work to be enabled. If I try to start it it will be blocked, but after that I have to go into System Settings -> Privacy & Security, and then scroll down to the line that says that Flameshot was blocked, and then allow it. Then I can use it. + +#+begin_src ruby + cask "flameshot" +#+end_src |
