My own macOS ricing and development environment configs.
| Tool | Description |
|---|---|
| Aerospace | Tiling window manager for macOS, configured with vim-style keybindings |
| Sketchybar | A highly customizable macOS status bar replacement with plugins for aerospace workspaces, now playing, battery, wifi, and more |
| Neofetch | System info display with a custom ASCII art config |
| Borders | Window border styling to complement Aerospace tiling |
| Cava | Terminal audio visualizer with custom shaders and themes |
| Neovim | Modern Vim editor powered by LazyVim with custom plugins (copilot, smear-cursor, floaterminal, live-preview, and more) |
| Yazi | Terminal file manager with custom keybindings and theme |
| MusicTUI | Apple Music TUI/CLI fork with synced lyrics (see MusicTUI/README.md). Build from MusicTUI/tools/music with swift build -c release |
An Apple Music terminal client (forked from anthonymaley/MusicTUI) with synced lyrics added on top. The Now tab shows album art on the left and track info + synced lyrics on the right. Lyrics come from LRCLIB — no account or API key needed.
Build and install:
cd MusicTUI/tools/music
swift build -c release
ln -sf "$PWD/.build/release/music" /opt/homebrew/bin/musicRun music for the TUI, and run cava in a separate tmux pane for the live spectrum (both drive the same Music.app).
See MusicTUI/README.md for full details.
Clone this repo and symlink or copy the configs into ~/.config/:
git clone https://github.com/Shyboy0499/MacOS-Config.gitEach folder maps directly to its corresponding ~/.config/<name> directory.
