TODO: Create a script to execute these commands
Start by cloning the repository:
git clone [email protected]:Olivier-OG/.dotfiles.git
Then, install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Use the Brewfile to install all the necessary packages:
brew bundle install --file=.dotfiles/Brewfile
Finally, create symlinks to the dotfiles:
ln -s .dotfiles/.zshrc .zshrc
ln -s .dotfiles/.zprofile .zprofile
ln -s .dotfiles/.gitconfig .gitconfig
ln -s .dotfiles/.gitignore .gitignore