Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.38 KB

File metadata and controls

58 lines (39 loc) · 1.38 KB

Dotfiles

This repo uses rotz to bootstrap and manage the configuration files (dotfiles). It works cross-platform on Windows, MacOS, and Linux.

Expected dependencies

These should be installed first.

  • git (usually via brew)

Setup

Currently rotz requires git to be installed as a pre-requisite.

  1. Download the latest release for your platform.
  2. For windows, install Visual 2015 C++
  3. Run rotz clone git@github.com:RoMinjun/rotz-dots.git

Usage

To link dotfiles:

rotz link

To install dependencies:

rotz install

If you are on Linux you may want to install all of the dependencies. Be sure to run the link step first.

brew bundle --global

To update dotfiles:

rotz sync

Environment secrets

Place environment secrets into the local user files (.config/zsh/*.zsh, .config/powershell/profile.d/*.ps1). These will not live here except to be documented if needed during shell initialization.