diff --git a/files/git/gitconfig b/files/git/gitconfig index d49227b..26052ee 100644 --- a/files/git/gitconfig +++ b/files/git/gitconfig @@ -16,10 +16,14 @@ sort = -committerdate [alias] fpush = push --force-with-lease + +# Signing [tag] gpgsign = true [commit] gpgsign = true +[gpg] + format = ssh [include] path = ~/.gitconfig.local diff --git a/home/home.nix b/home/home.nix index 96c971b..6cb2905 100644 --- a/home/home.nix +++ b/home/home.nix @@ -38,18 +38,22 @@ }; shellAliases = { + # Rust re-maps l = "eza -a1lh"; ls = "eza"; + cat = "bat"; + + # QOL dc = "docker compose"; rsync = "rsync -az --info=progress2"; t = "tmux new-session -A -s main"; e = "nvim"; g = "lazygit"; d = "lazydocker"; - vai = "sudo darwin-rebuild switch --flake ~/.config/nix-macos#${host.hostName}"; - p = "pnpm"; px = "pnpm -s dlx"; + + vai = "sudo darwin-rebuild switch --flake ~/.config/nix-macos#${host.hostName}"; }; }; diff --git a/secrets/git/config.ordio b/secrets/git/config.ordio index 384cf83..878c023 100644 Binary files a/secrets/git/config.ordio and b/secrets/git/config.ordio differ