Before running the setup, ensure you have Xcode Command Line Tools (includes git) installed:
xcode-select --install🛠️ This is required for Git and other developer tools. After installing, rerun the command below if needed.
git clone https://github.com/hajiboy95/dotfiles.git
cd dotfiles
./setup.sh- Visit the SketchyBar App Font releases page.
- Download the latest
icon_map.sh. - Replace the old one in the folder
sketchybarby the new one.
To avoid any interference with battery management tools like Battery Toolkit, you should turn off Optimized Battery Charging:
- Open System Settings.
- Go to Battery.
- Click the (i) button next to Battery Health.
- Toggle Optimized Battery Charging to Off.
If you want to update the Brewfile to reflect your current Homebrew packages, run within the dotfiles folder the following command:
brew bundle dump --describeThis will generate (or update) the Brewfile in the current directory with descriptions for installed packages.