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

https://github.com/slingercode/.dotfiles

Personal dotfiles
https://github.com/slingercode/.dotfiles

dotfiles kitty lua nvim starship zsh

Last synced: about 2 months ago
JSON representation

Personal dotfiles

Awesome Lists containing this project

README

          

# .dotfiles

## SOPS

- Install [Mozilla SOPS](https://github.com/getsops/sops) and [AGE](https://github.com/FiloSottile/age)

```bash
# Encrypt
sops -e secrets/.secretsrc > secrets/.secretsrc-enc

# Decrypt
sops -d secrets/.secretsrc-enc > secrets/.secretsrc
```