Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 754 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 754 Bytes

Golang Template Project

About the project

This is a simple app that can help manage your dotfiles. You have the option whether you want to install the dotfiles from the data directory (in this repo) and they'll be copied into the relevant areas (listed in data/data.json), or you can update from your local area into this git repo ready to be committed.

Please fork and clone this repo to use.

Status

The template project is in alpha status - It does not cover windows; only MacOS & Linux

Getting started

Please see below how to get started with this project...

  • data this is where you'll store your dotfile configuration
  • data/data.json update this file based on your own configuration
  • main.go main entrypoint into the app