dsøsadølkhsadhwalkfwaef

This commit is contained in:
2024-06-15 20:34:46 +02:00
parent c20a37b98a
commit 36378a9230
4 changed files with 11 additions and 8 deletions

View File

@@ -2,12 +2,12 @@
{
home.packages = with pkgs; [
#git
#gh
gh
hub
colordiff
];
programs.gh.enable = true;
#programs.gh.enable = true; # adds read-only config to .config
#programs.git.gitui.enable = true;
programs.git.enable = true;
@@ -22,7 +22,7 @@
# https://jvns.ca/blog/2024/02/16/popular-git-config-options/
programs.git.extraConfig.rerere.enabled = true;
programs.git.extraConfig.help.autocorrect = "prompt";
#programs.git.extraConfig.help.autocorrect = "prompt";
programs.git.extraConfig.transfer.fsckobjects = true;
programs.git.extraConfig.fetch.fsckobjects = true;
programs.git.extraConfig.receive.fsckObjects = true;
@@ -32,7 +32,7 @@
programs.git.extraConfig.fetch.prunetags = true;
programs.git.extraConfig.log.date = "iso";
programs.git.iniContent.init.defaultBranch = "main";
programs.git.ignores = [
".remote.toml"
"result"
@@ -45,7 +45,6 @@
"*.pyc"
#".envrc"
];
programs.git.iniContent.init.defaultBranch = "main";
home.shellAliases = {
# git gud

View File

@@ -44,7 +44,7 @@
#programs.zoxide.enable = true;
#programs.zoxide.options = [ "--cmd cd --cmd dc" ];
programs.carapace.enable = true;
programs.carapace.enable = true; # completions
# i can't type
home.shellAliases.sl = "eza";
@@ -69,6 +69,8 @@
home.shellAliases.watch = "watch -c "; # parse colors
home.shellAliases.xargs = "xargs ";
home.shellAliases.vimv = "edir";
# Be conservative with files
# --preserver-root is for GNU versions, preventing changing perms on /
home.shellAliases.chown = "chown --preserve-root";
@@ -84,7 +86,7 @@
rsync
bind.dnsutils # dig
dogdns # dog
vimv
edir # better vimv
curl
wget