An open API service indexing awesome lists of open source software.

https://github.com/altaris/dotfiles

My dotfiles :wrench:
https://github.com/altaris/dotfiles

dotfiles

Last synced: 3 months ago
JSON representation

My dotfiles :wrench:

Awesome Lists containing this project

README

        

# My dotfiles

## How to do the thing

```sh
git clone [email protected]:altaris/dotfiles.git
cd dotfiles
make install
```

## How to decrypt encrypted files

```sh
git-crypt unlock /path/to/key
```

Reference: [`git-crypt` repository](https://github.com/AGWA/git-crypt)