dotfiles/update.sh
2021-09-10 12:12:10 +00:00

4 lines
80 B
Bash
Executable file

#!/bin/sh
pushd ~/.dotfiles
sudo nixos-rebuild switch --flake .# --upgrade
popd