mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 17:20:13 +00:00
remove some old unnecessary configs
This commit is contained in:
@ -12,6 +12,7 @@ in {
|
||||
extraConfig = {
|
||||
pager = { branch = "false"; };
|
||||
safe = { directory = builtins.toString ../../.; };
|
||||
pull = { ff = "only"; };
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -16,24 +16,27 @@ in {
|
||||
home-manager.users.${identity.user} = {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
unzip
|
||||
rsync
|
||||
ripgrep
|
||||
bat
|
||||
fd
|
||||
sd
|
||||
jq
|
||||
tealdeer
|
||||
tree
|
||||
htop
|
||||
glow
|
||||
prettyping
|
||||
qrencode
|
||||
unzip # Extract zips
|
||||
rsync # Copy folders
|
||||
ripgrep # grep
|
||||
bat # cat
|
||||
fd # find
|
||||
sd # sed
|
||||
jq # JSON manipulation
|
||||
tealdeer # Cheatsheets
|
||||
tree # View directory hierarchy
|
||||
htop # Show system processes
|
||||
glow # Pretty markdown previews
|
||||
prettyping # ping
|
||||
qrencode # Generate qr codes
|
||||
vimv # Batch rename files
|
||||
dig # DNS lookup
|
||||
];
|
||||
|
||||
home.file = {
|
||||
".rgignore".text = ignorePatterns;
|
||||
".fdignore".text = ignorePatterns;
|
||||
".digrc".text = "+noall +answer"; # Cleaner dig commands
|
||||
};
|
||||
|
||||
programs.fish.shellAbbrs = {
|
||||
|
Reference in New Issue
Block a user