Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koooge/dotfiles
my dotfiles
https://github.com/koooge/dotfiles
dotfiles
Last synced: about 1 month ago
JSON representation
my dotfiles
- Host: GitHub
- URL: https://github.com/koooge/dotfiles
- Owner: koooge
- License: mit
- Created: 2016-12-18T03:24:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T21:38:31.000Z (5 months ago)
- Last Synced: 2024-10-29T15:45:34.494Z (3 months ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 341D76B5D0FD8E4Egpg --import
```#### sec.pem
```sh
gpg -a --export-secret-key [email protected] > sec.pem
```