treewide: slim down and reorganize config
This commit is contained in:
parent
778775ceb6
commit
8a5be644b8
33 changed files with 131 additions and 755 deletions
|
@ -9,8 +9,10 @@
|
|||
|
||||
# stuff that doesn't fit into any other files
|
||||
home.packages = with pkgs; [
|
||||
comma # nix-shell a package by prefixing it with `,`
|
||||
ripgrep # well, it's grep
|
||||
fastfetch # gotta show system information somehow!
|
||||
flyctl # cli for a hosting service i use
|
||||
httpie # good for inspecting APIs
|
||||
exercism # cli for a great learning website!
|
||||
];
|
||||
}
|
||||
|
|
|
@ -19,13 +19,12 @@
|
|||
setpath ~/.cabal/bin
|
||||
setpath ~/.local/bin
|
||||
setpath ~/.bun/bin
|
||||
setpath ~/Projects/Checkouts/arcanist/bin
|
||||
setpath ~/.config/emacs/bin
|
||||
'';
|
||||
|
||||
shellAliases = {
|
||||
# General aliases
|
||||
c = "clear";
|
||||
cl = "clear";
|
||||
ll = "ls -lahF --color=always";
|
||||
e = "$EDITOR";
|
||||
se = "sudoedit";
|
||||
|
@ -46,7 +45,7 @@
|
|||
j = "z";
|
||||
|
||||
# cargoes and rust-s
|
||||
ca = "cargo";
|
||||
c = "cargo";
|
||||
cr = "cargo run";
|
||||
cb = "cargo build";
|
||||
ct = "cargo test";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue