aboutsummaryrefslogtreecommitdiffstats
path: root/_mbsetupuser
diff options
context:
space:
mode:
Diffstat (limited to '_mbsetupuser')
-rw-r--r--_mbsetupuser/Brewfile.org16
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