diff --git a/config/borders/bordersrc b/config/borders/bordersrc new file mode 100755 index 0000000..c7752c9 --- /dev/null +++ b/config/borders/bordersrc @@ -0,0 +1,11 @@ +#!/bin/bash + +options=( + style=round + width=6.0 + hidpi=off + active_color=0xffe2e2e3 + inactive_color=0xff414550 +) + +borders "${options[@]}" diff --git a/homebrew/mac-mini b/homebrew/mac-mini index 8dd7062..086166f 100644 --- a/homebrew/mac-mini +++ b/homebrew/mac-mini @@ -1,5 +1,6 @@ tap "charmbracelet/tap" tap "dustinblackman/tap" +tap "felixkratz/formulae" tap "homebrew/bundle" tap "homebrew/services" tap "joshmedeski/sesh" @@ -279,6 +280,8 @@ brew "zsh" brew "charmbracelet/tap/soft-serve" # Terminal UI to chat with large language models (LLM) using backends such as Ollama, and direct integrations with your favourite editor like Neovim! brew "dustinblackman/tap/oatmeal" +# A window border system for macOS +brew "felixkratz/formulae/borders" # Smart terminal session manager brew "joshmedeski/sesh/sesh" # Simple hotkey-daemon for macOS.