Skip to content

thomashk0/dotfiles

Repository files navigation

Personal dotfiles collection

Installation

First, get all git submodules:

$ git submodule update --init

Then, run the install script (warning: it requires Python 3.6+):

$ ./install.py

Update Zsh config

A script in zsh directory fetches the last version from GRML repository.

$ (cd zsh && ./update.sh)