From 8dcb5c20e6facb041c3456766d5c5846b6338238 Mon Sep 17 00:00:00 2001 From: josean-dev Date: Mon, 8 Jan 2024 17:41:37 -0400 Subject: [PATCH] Changes to sketchybar section of ReadMe --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 08ab164..ed9d2e3 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,27 @@ - [.config/yabai/yabairc](.config/yabai/yabairc) - [.config/skhd/skhdrc](.config/skhd/skhdrc) +# Sketchybar Custom Menu Bar Setup + +✍🏼 Blog Post: [How To Make An Amazing Custom Menu Bar For Your Mac With Sketchybar](https://josean.com/posts/sketchybar-setup) +📹 Youtube Guide: [How To Make An Amazing Custom Menu Bar For Your Mac With Sketchybar](https://youtu.be/k94qImbFKWE) + +### Setup Requires + +- sketchybar: `brew tap FelixKratz/formulae` and `brew install sketchybar` +- jq (json command line processor): `brew install jq` +- SF Pro Font: `brew tap homebrew/cask-fonts` and `brew install font-sf-pro` +- SF Symbols: `brew install --cask sf-symbols`: +- Sketchybar App Font: + +```bash +`curl -L https://github.com/kvndrsslr/sketchybar-app-font/releases/download/v1.0.16/sketchybar-app-font.ttf -o $HOME/Library/Fonts/sketchybar-app-font.ttf` +``` + +### Relevant Files + +- [.config/sketchybar](.config/sketchybar/) + # Neovim Setup **Important**: This is my latest config with lazy.nvim. It is similar, but not the same as my original packer setup.