Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 775 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 775 Bytes

dotfiles

my-dotfiles (Tokyou-night version) my-dotfiles (Gruv-box version)

  • My configuration evolves over time, but I always strive for simplicity, especially when it comes to window managers. For that reason, I’ve switched between several window managers, from Rectangle to Yabai to AeroSpace, and finally to Raycast built in window manager.

1- install git:

brew install git

2- install stow:

brew install stow

3- clone the repo:

git clone [email protected]:gazzaar/dotfiles.git
cd dotfiles

4- use stow:

stow .

5- Install brew formulas and casks

xargs brew install < ~/.config/brew/Brewfile-formulae
xargs brew install --cask < ~/.config/brew/Brewfile-casks