Skip to content

Commit

Permalink
add install script for sketchybar config
Browse files Browse the repository at this point in the history
..
  • Loading branch information
FelixKratz committed Jan 21, 2024
1 parent 8d5754c commit 7584d33
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions install_sketchybar.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
echo "Installing Dependencies"
brew install --cask sf-symbols
brew install jq
brew install gh
brew install switchaudio-osx
brew tap FelixKratz/formulae
brew install sketchybar
curl -L https://github.com/kvndrsslr/sketchybar-app-font/releases/download/v1.0.23/sketchybar-app-font.ttf -o $HOME/Library/Fonts/sketchybar-app-font.ttf

echo "Cloning Config"
git clone https://github.com/FelixKratz/dotfiles.git /tmp/dotfiles
mv $HOME/.config/sketchybar $HOME/.config/sketchybar_backup
mv /tmp/dotfiles/.config/sketchybar $HOME/.config/sketchybar
rm -rf /tmp/dotfiles
brew services restart sketchybar

0 comments on commit 7584d33

Please sign in to comment.