Disclaimer: I have mostly stolen and adapted configurations from various sources (some credited in code comments), including GitHub repositories, AI generated code, Reddit posts, and my imaginary girlfriend Shylina. I do not claim ownership of the original configurations or ideas. Steal as much as you want, baby it's open source
- Clone this repository:
git clone https://github.com/AdamuAbba/dotfiles.git ~/dotfiles
cd ~/dotfiles- Create symlinks:
bash scripts/utils/symlinks.sh --create- Install Homebrew packages (macOS):
# Check homebrew/ directory for Brewfile {outdated}
brew bundle --file=homebrew/Brewfile- Enable git hooks (keeps
homebrew/Brewfilein sync via a pre-commit hook):
git config core.hooksPath .githooks