This repository contains my personal dotfiles for configuring my MacOS devices. It includes settings for Zsh, Homebrew, Git, and other tools.
Running the install script will link files from this repository to your $HOME. It will also export all installed brew formulas, casks and taps.
To install the plugins for oh-my-zsh run:
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git \
${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions \
${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-completions \
${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-completionsTo install the brew formulas, casks and taps run following command:
brew bundle --file ./Brewfileand to update the Brewfile you can export it with:
brew bundle dump --describe --force- This repository is licensed under the GNU AGPLv3.