Changes to sketchybar section of ReadMe

This commit is contained in:
josean-dev 2024-01-08 17:41:37 -04:00
parent 5e8b873d76
commit 8dcb5c20e6

View file

@ -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.