git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
- Install Homebrew.
- Using Homebrew, install the GitHub CLI:
- Login to your GitHub account.
- Select SSH and the CLI will add a new SSH key to your GitHub account.
- Clone the repository as a bare repository and checkout the files.
git clone --bare git@github.com:connorwyatt/dotfiles.git $HOME/.dotfiles
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME config --local status.showUntrackedFiles no