Compare commits
No commits in common. "48c4d226327963f0c180350b01d7ba4b692cdfec" and "f109744b8786371e3bf0a686ff7fc3d5b434a399" have entirely different histories.
48c4d22632
...
f109744b87
3 changed files with 3 additions and 9 deletions
1
banner
Normal file
1
banner
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Welcome weary traveller, to my shop...
|
||||||
2
deploy
2
deploy
|
|
@ -29,7 +29,7 @@ rebuild_flake () {
|
||||||
|
|
||||||
# LOG="$(mktemp /tmp/rebuild-XXXXXXXX)"
|
# LOG="$(mktemp /tmp/rebuild-XXXXXXXX)"
|
||||||
LOG="./rebuild.log"
|
LOG="./rebuild.log"
|
||||||
echo "[*] Logging to $LOG"
|
echo "[*] Deployment stdout(&1) directed to $LOG"
|
||||||
sudo nixos-rebuild switch --flake . $FLAGS 2>&1 | tee "$LOG"
|
sudo nixos-rebuild switch --flake . $FLAGS 2>&1 | tee "$LOG"
|
||||||
#nixos-rebuild build --flake .# --cores 8 -j 1
|
#nixos-rebuild build --flake .# --cores 8 -j 1
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,14 +17,7 @@
|
||||||
complete -f -c dotnet -a "(dotnet complete (commandline -cp))"
|
complete -f -c dotnet -a "(dotnet complete (commandline -cp))"
|
||||||
end
|
end
|
||||||
|
|
||||||
function rand_greet
|
set -g fish_greeting "Welcome weary traveller to my shop"
|
||||||
set weary "Welcome weary traveller to my shop"
|
|
||||||
set sad "Do butterflies cry when they're sad?"
|
|
||||||
set greetings "$weary" "$sad"
|
|
||||||
echo -n $greetings[(random 1 (count $greetings))]
|
|
||||||
end
|
|
||||||
|
|
||||||
set -g fish_greeting (rand_greet)
|
|
||||||
'';
|
'';
|
||||||
plugins = [
|
plugins = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue