diff options
| author | 2026-06-18 12:56:05 -0700 | |
|---|---|---|
| committer | 2026-06-18 12:56:05 -0700 | |
| commit | 7ebab255e94581e4088fb015977486da2e3529f1 (patch) | |
| tree | c3b9d1cc75f41c10be553b062e972b136396c9eb /_mbsetupuser | |
| parent | 63616dedf3f7d86e1b57753c803d40301427d1a9 (diff) | |
| download | new-dotfiles-7ebab255e94581e4088fb015977486da2e3529f1.tar.gz new-dotfiles-7ebab255e94581e4088fb015977486da2e3529f1.zip | |
Brewfile: Add SCSH
Diffstat (limited to '_mbsetupuser')
| -rw-r--r-- | _mbsetupuser/Brewfile.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_mbsetupuser/Brewfile.org b/_mbsetupuser/Brewfile.org index ebce2b0..f2cf741 100644 --- a/_mbsetupuser/Brewfile.org +++ b/_mbsetupuser/Brewfile.org @@ -74,3 +74,10 @@ Fonts too! cask "font-fantasque-sans-mono" cask "font-dosis" #+end_src + +I also created my own tap: + +#+begin_src ruby + tap "ryuslash/scsh", "https://git.sr.ht/~ryuslash/homebrew-scsh", trusted: true + brew "scsh" +#+end_src |
