mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-10 13:54:16 +00:00
Merge branch 'master' of github.com:FelixKratz/SketchyBar
This commit is contained in:
commit
0c78f12d43
1 changed files with 3 additions and 9 deletions
12
README.md
12
README.md
|
@ -85,15 +85,9 @@ Table of Contents
|
|||
brew tap FelixKratz/formulae
|
||||
brew install sketchybar
|
||||
```
|
||||
Do not forget to copy the example configuration files to your home directory:
|
||||
```bash
|
||||
mkdir ~/.config/sketchybar
|
||||
cp /usr/local/opt/sketchybar/share/sketchybar/examples/sketchybarrc ~/.config/sketchybar/sketchybarrc
|
||||
mkdir ~/.config/sketchybar/plugins
|
||||
cp -r /usr/local/opt/sketchybar/share/sketchybar/examples/plugins/ ~/.config/sketchybar/plugins
|
||||
chmod +x ~/.config/sketchybar/plugins/*
|
||||
```
|
||||
and run the bar via
|
||||
Do not forget to copy the example configuration files to your home directory (the brew installation specific commands are listed in the caveats section after the brew install is finished).
|
||||
|
||||
Run the bar via
|
||||
```bash
|
||||
brew services start sketchybar
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue