Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 989 Bytes

File metadata and controls

37 lines (25 loc) · 989 Bytes

Dotfiles

Getting Started

My dotfiles are managed by stow. So you need that before continuing. You also need git-crypt for the private personal submodule. These contain information not for the public eyes. You can take a look at the demo submodule to get an idea how these work.

Installation

Clone this repository.

git clone https://github.com/mikebarkmin/.dotfiles.git

You can install three variants of the dotfiles.

Variant Installation Description
demo ./install-demo Just for demonstration
personal ./install-personal Personal config

For personal use private repositories which are encrypted with git-crypt. So, you also need the correct pgp key.

Auto Installation and Setup

cd ~/.dotfiles
./install-personal

Inspiration

The dotfiles took inspiration mainly from ThePrimeagen to the point that I have blatantly copied files over to my repo.