diff --git a/.bashrc b/.bashrc index 86f4dc4..bf616bc 100644 --- a/.bashrc +++ b/.bashrc @@ -8,6 +8,11 @@ alias docker-compose='docker compose' alias gg='git pull' alias gl='git log --stat' +# Home Manager Configuration +alias hm='cd $HOME/dotfiles/config/home-manager/ && home-manager' +alias hmnews='hm news --flake .#$DOTF_HOSTNAME' +alias hmswitch='hm switch --flake .#$DOTF_HOSTNAME --impure' + # Modern tools aliases alias l="eza --header --long --git --group-directories-first --group --icons --color=always --sort=name --hyperlink -o --no-permissions" alias ll='l'