This commit is contained in:
Matt Nish-Lapidus 2024-10-14 13:39:29 -04:00
parent 5ded8ecb7f
commit 862a1f603b
7 changed files with 24 additions and 18 deletions

View file

@ -0,0 +1,5 @@
#!/usr/bin/env fish
function doomup --description 'doom update and gc'
doom sync $argv && doom gc
end

View file

@ -0,0 +1,5 @@
#!/usr/bin/env fish
function flakeup --description 'update flake sources'
cd '/home/emenel/source/nixos-config' && sudo nix flake update
end

View file

@ -0,0 +1,5 @@
#!/usr/bin/env fish
function homeup --description 'update home manager'
home-manager switch --flake ~/source/nixos-config#emenel
end

View file

@ -1,4 +1,3 @@
function sbcl --description 'alias sbcl=rlwrap sbcl'
rlwrap sbcl $argv
end

View file

@ -0,0 +1,5 @@
#!/usr/bin/env fish
function sysup --description 'nix system rebuid'
sudo nixos-rebuild switch --flake ~/source/nixos-config/#eddie
end