dotfiles/update.sh

5 lines
91 B
Bash
Raw Normal View History

2021-09-05 17:01:40 +02:00
#!/bin/sh
2021-09-10 14:12:10 +02:00
pushd ~/.dotfiles
2021-09-15 00:42:08 +02:00
sudo nixos-rebuild switch --flake .# --recreate-lock-file
2021-09-10 14:12:10 +02:00
popd