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

https://github.com/karstenpedersen/dotfiles

My personal dotfiles.
https://github.com/karstenpedersen/dotfiles

dotfiles homelab nixos nixos-configuration

Last synced: 3 months ago
JSON representation

My personal dotfiles.

Awesome Lists containing this project

README

          

# dotfiles

My personal dotfiles.

## Get Started

```bash
# Setup
just init
just switch

# Rebuild
just switch
```

### Setup SOPS

```bash
mkdir -p ~/.config/sops/age
age-keygen -o ~/.config/sops/age/keys.txt
# nix-shell -p ssh-to-age --run "ssh-to-age -private-key -i ~/.ssh/id_ed25519 > ~/.config/sops/age/keys.txt"

# Get public key
age-keygen -y ~/.config/sops/age/keys.txt
```