Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 440 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 440 Bytes

Dotfiles

These are my dotfiles which basically contain configuration that I use across multiple systems (Linux and MacOS).

It mainly contains a custom ZSH setup with some useful plugins and a bunch of Brew packages that will be installed.

Installation

Just run

git clone https://github.com/pataar/dotfiles.git && \
	cd dotfiles && \
	./install.sh

Updating

In your dotfiles directory, run:

	./update.sh