Skip to content

harmputman/dotfiles

Repository files navigation

Dotfiles

This directory contains the dotfiles for my system

Requirements

Ensure you have the following installed on your system

Installation

First, check out the dotfiles repo in your $HOME directory using git

git clone git@github.com/harmputman/dotfiles.git
cd dotfiles

then 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-highlighting

then use Stow to create symlinks

stow .

About

Repository to manage my shared config and dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published