aboutsummaryrefslogtreecommitdiffstats
path: root/_mbsetupuser
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-05-29 11:17:57 -0700
committerGravatar Tom Willemse2026-05-29 11:17:57 -0700
commit2b7c98412fa5fbb2407d0e327ad7d4a9dc114631 (patch)
treec668dec52ee6152723f16213c9c9bc6e15afaa45 /_mbsetupuser
parentd0f807884086fdc21f99c6e3775ea55b1ade5c3a (diff)
downloadnew-dotfiles-2b7c98412fa5fbb2407d0e327ad7d4a9dc114631.tar.gz
new-dotfiles-2b7c98412fa5fbb2407d0e327ad7d4a9dc114631.zip
_mbsetupuser/Brewfile: Add tailscale
Diffstat (limited to '_mbsetupuser')
-rw-r--r--_mbsetupuser/Brewfile.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/_mbsetupuser/Brewfile.org b/_mbsetupuser/Brewfile.org
index 10d176a..160ae60 100644
--- a/_mbsetupuser/Brewfile.org
+++ b/_mbsetupuser/Brewfile.org
@@ -26,11 +26,13 @@ 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.
#+begin_src ruby
brew "git"
brew "stow"
brew "make"
+ cask "tailscale-app"
#+end_src
And there are some development projects that I need to be able to install.