My personal dotfiles, managed with stow and a custom installer script.
-
Install XCode Command Line Tools:
xcode-select --install
If you encounter an error, you can also try:
sudo xcode-select --reset
This step is necessary to ensure that the required build tools are available.
-
Install Homebrew and Git:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && brew install git
-
Clone the repository:
git clone https://github.com/rdrkr/dotfiles.git ~/.dotfiles -
Navigate to the repository:
cd ~/.dotfiles
This repository includes a custom install.sh script to manage the setup.
To restore the dotfiles and install all the dependencies from the Brewfile, run the following command:
./install.sh restoreTo update the Brewfile with your current setup and automatically commit and push the changes, run:
./install.sh backupTo schedule hourly backups of your Brewfile using cron, run:
./install.sh scheduleThis project is licensed under the MIT License - see the LICENSE file for details.