7 lines
90 B
Bash
Executable File
7 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pushd ~/.dotfiles
|
|
hn=$(hostname)
|
|
home-manager switch --flake .#daniel-$hn
|
|
popd
|