Hey there 👋! These are my macOS/Linux config dotfiles
-
git clone https://github.com/FelixKratz/SbarLua.git /tmp/SbarLua && \ cd /tmp/SbarLua/ && \ make install && \ rm -rf /tmp/SbarLua/
curl \ -L https://github.com/kvndrsslr/sketchybar-app-font/releases/download/v2.0.32/sketchybar-app-font.ttf \ -o $HOME/Library/Fonts/sketchybar-app-font.ttf
Make sure you install the following:
brew install gitbrew install stowFirst, checkout this dotfiles repo in your $HOME directory using git
git clone git@github.com:dtran421/dotfiles.gitUse GNU Stow to create symlinks to $HOME directory
cd dotfiles
stow .Then, run the following installation script:
bash ~/dotfiles/.config/scripts/install.shRun this command to install dependencies:
brew bundle install