This commit is contained in:
nicco
2025-07-02 18:26:27 +02:00
parent a92e8912e7
commit 35e8d233b0
3 changed files with 10 additions and 2 deletions

View File

@@ -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

View File

@@ -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}";
};
};

Binary file not shown.