mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
feat(borders): add tool for adding borders around focussed windows
This commit is contained in:
11
config/borders/bordersrc
Executable file
11
config/borders/bordersrc
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
options=(
|
||||
style=round
|
||||
width=6.0
|
||||
hidpi=off
|
||||
active_color=0xffe2e2e3
|
||||
inactive_color=0xff414550
|
||||
)
|
||||
|
||||
borders "${options[@]}"
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user