runme | ||||
---|---|---|---|---|
|
bash < <(curl -s https://raw.githubusercontent.com/babashka/babashka/master/install)
sh <(curl -L https://nixos.org/nix/install) --daemon
curl -L https://git.io/epre | sh
List all tasks
bb tasks
List GPG secret keys
bb list-secret-keys
Update package lock files
nix flake update
Update user-level configuration
nh home build ${HOME?}/dotfiles -- --impure --show-trace
Update OS configuration
nh os build ${HOME?}/dotfiles -- --impure --show-trace
Restart the computer
sudo reboot