mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-06 16:31:16 +01:00
Changes to sketchybar section of ReadMe
This commit is contained in:
parent
5e8b873d76
commit
8dcb5c20e6
1 changed files with 21 additions and 0 deletions
21
README.md
21
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.
|
||||
|
|
Loading…
Reference in a new issue