dotfiles

This repo contains my system settings that I commonly use.

Install

Note

If you've already invoked installation, I suggest you to uninstall links first!

  1. Install oh-my-zsh

  2. Clone this repo

  3. Clone submodules

    git submodule update --init --recursive
  4. Install symbolic links to all configs

    ./install

Uninstall

This will remove all created symbolic links:

./uninstall