To install dotfiles on your system, follow these steps:
- Install Homebrew by running the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Tap brewdler by running this command:
brew tap homebrew/brewdler
- Install the packages specified in the
Brewfile
located in the dotfiles directory by running this command:brew bundle
- Run the installation script by running the following command:
./install
- If you use git, set the
.gitconfig.local
file by adding this configuration block to the file:[user] name = your name email = [email protected]
- Finally, if you use tmux, clone the tpm repository by running the following
command:
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm