From 600c4b820040a8d26e2e3a13ff341810a0ba1293 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sun, 3 Sep 2023 22:54:31 -0400 Subject: [PATCH] added aliases and renamed files to match hostname --- mainlaptop.scm => RyanLaptop.scm | 0 thinkpad.scm => RyanThinkpad.scm | 0 home-config/bashrc | 2 ++ 3 files changed, 2 insertions(+) rename mainlaptop.scm => RyanLaptop.scm (100%) rename thinkpad.scm => RyanThinkpad.scm (100%) diff --git a/mainlaptop.scm b/RyanLaptop.scm similarity index 100% rename from mainlaptop.scm rename to RyanLaptop.scm diff --git a/thinkpad.scm b/RyanThinkpad.scm similarity index 100% rename from thinkpad.scm rename to RyanThinkpad.scm diff --git a/home-config/bashrc b/home-config/bashrc index f52ed48..12c9cf9 100644 --- a/home-config/bashrc +++ b/home-config/bashrc @@ -38,6 +38,8 @@ alias grep='grep --color=auto' alias quit='exit' 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' export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share # GPG SETUP FOR SSH