Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/koooge/dotfiles

my dotfiles
https://github.com/koooge/dotfiles

dotfiles

Last synced: about 1 month ago
JSON representation

my dotfiles

Awesome Lists containing this project

README

        

## dotfiles
My setup dotfiles

## deploy
```
curl -L raw.github.com/koooge/dotfiles/master/install.sh | bash
```

## GPG
```sh
git config --global user.name koooge
git config --global user.email [email protected]
git config --global user.signingkey 341D76B5D0FD8E4E

gpg --import
```

#### sec.pem

```sh
gpg -a --export-secret-key [email protected] > sec.pem
```