- Homebrew, run:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - git, run:
brew install git - just, run:
brew install just
- Clone this repo with:
git clone https://github.com/thmswt/dotfiles cd dotfiles/- Run:
just setup
This will automatically:
- Create a
~/.gitconfig_localfile (remember to add your user-specific git config there, see example). - Run the main installation script (
./install.sh) viadotbot. - Install LogiTune (finding the correct installer version).
- Provide instructions for Rectangle configuration.
To also apply macOS settings (optional), run:
just macos
Or run everything including macOS settings with:
just full-setup
Alternatively, you can run individual steps using just <recipe>. See available recipes with just --list.
WTFPL: do the fuck you want. Enjoy!