mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 11:06:15 -05:00
added notifications so i remember to redeploy on other computers
This commit is contained in:
parent
b178dfbf7d
commit
78ffbd8e75
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export EDITOR=nvim
|
|||
alias cat='bat --paging=never'
|
||||
alias ds='sudo -E guix system -L ~/.config/guix/modules reconfigure ~/.config/guix/$(hostname).scm'
|
||||
alias dh='guix home -L ~/.config/guix/modules reconfigure ~/.config/guix/home-config/home-configuration.scm && home-manager switch'
|
||||
alias gc='git -C ~/.config/guix add . && git -C ~/.config/guix commit && git -C ~/.config/guix push all'
|
||||
alias gc='git -C ~/.config/guix add . && git -C ~/.config/guix commit && git -C ~/.config/guix push all && curl --fail-early --connect-timeout 2 -d "Guix repo updated, re-deploy!" https://ntfy.in.rschanz.org/guix_deployments'
|
||||
alias cg='git -C ~/.config/guix pull'
|
||||
alias cgh='git -C ~/.config/guix pull stationeryh main'
|
||||
alias gencs="awk 'BEGIN {print \"# Crib Sheet\"} /<!-- START CS -->/,/<!-- END CS -->/ {if (! /<!-- START CS -->/ && ! /<!-- END CS -->/) print; if (/<!-- END CS -->/) print \"\"}' notes.mkd | pandoc -f gfm -t pdf | zathura -"
|
||||
|
|
Loading…
Reference in a new issue