Skip to content

Latest commit

 

History

History
87 lines (55 loc) · 1.21 KB

README.md

File metadata and controls

87 lines (55 loc) · 1.21 KB
runme
id version
01J9FJ90VF5CQ5QE6TE6JQ4GR0
v3

Duck's dotfiles

Setup

Ubuntu

Babashka

bash < <(curl -s https://raw.githubusercontent.com/babashka/babashka/master/install)

Nix

sh <(curl -L https://nixos.org/nix/install) --daemon

Prelude

curl -L https://git.io/epre | sh

Commands

List tasks

List all tasks

bb tasks

List Secret Keys

List GPG secret keys

bb list-secret-keys

Update Flakes

Update package lock files

nix flake update

Switch Home

Update user-level configuration

nh home build ${HOME?}/dotfiles -- --impure --show-trace

Switch OS

Update OS configuration

nh os build ${HOME?}/dotfiles -- --impure --show-trace

Reboot

Restart the computer

sudo reboot