This directory contains the dotfiles for my system
Ensure you have the following installed on your system
First, check out the dotfiles repo in your $HOME directory using git
git clone git@github.com/harmputman/dotfiles.git
cd dotfilesthen clone the zsh plugins
git clone https://github.com/zsh-users/zsh-autosuggestions.git ~/dotfiles/.zsh/zsh-autosuggestions && \
git clone https://github.com/zsh-users/zsh-completions.git ~/dotfiles/.zsh/zsh-completions && \
git clone https://github.com/zsh-users/zsh-history-substring-search.git ~/dotfiles/.zsh/zsh-history-substring-search && \
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/dotfiles/.zsh/zsh-syntax-highlightingthen use Stow to create symlinks
stow .