Skip to content

leviszaboo/dotfiles

Repository files navigation

dotfiles

My macOS configuration files.

Screenshot 2024-06-10 at 12 02 26

Setup

  1. Clone the repository into a dotfiles folder in your home directory.
  2. To install the packages, simply run the bin/install script.
  3. 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
  1. Install Oh My Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

TODO

About

My macOS configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published