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
- Host: GitHub
- URL: https://github.com/slingercode/.dotfiles
- Owner: slingercode
- Created: 2019-02-11T19:24:08.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T05:12:33.000Z (over 1 year ago)
- Last Synced: 2025-01-25T06:18:03.639Z (over 1 year ago)
- Topics: dotfiles, kitty, lua, nvim, starship, zsh
- Language: Lua
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```