Add helpful CLI utilities

This commit is contained in:
2022-09-02 14:17:22 -07:00
parent 9b64eda0f5
commit 3eb31e4207
2 changed files with 67 additions and 0 deletions

6
bin/,nixup Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
pushd $SCRIPT_DIR/../nix &> /dev/null
home-manager switch --flake ".#std"