My macOS configuration files.
- Clone the repository into a
dotfiles
folder in your home directory. - To install the packages, simply run the
bin/install
script. - Then, paste the following snippet in your terminal to symlink the files to your home directory:
cd $"HOME"/dotfiles
stow .
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
brew services start sketchybar
ln -s $(which sketchybar) $(dirname $(which sketchybar))/bottom_bar
nohup bottom_bar --config ~/.config/bottom_bar/sketchybarrc > /dev/null 2>&1 &
brew services start borders
- Install Oh My Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
TODO