From bb082c2e0f63842358267d7f2ba14aa7d36a3182 Mon Sep 17 00:00:00 2001 From: dracoling Date: Wed, 1 May 2024 15:13:32 +0000 Subject: [PATCH] add eza --- changelog.md | 5 +++++ configuration.nix | 3 +++ todo.md | 2 ++ 3 files changed, 10 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..942ff3b --- /dev/null +++ b/changelog.md @@ -0,0 +1,5 @@ +## add eza + +- added `eza` to `pkgs` +- added `ll` and `tree` aliases +- added changelog.md diff --git a/configuration.nix b/configuration.nix index 904df42..4655411 100644 --- a/configuration.nix +++ b/configuration.nix @@ -17,11 +17,14 @@ htop btop dig + eza ]; environment.shellAliases = { vi = "nvim"; vim = "nvim"; + ll = "eza -alo --group-directories-first"; + tree = "eza -lT"; }; programs.direnv.enable = true; diff --git a/todo.md b/todo.md index f05bc51..0cc9455 100644 --- a/todo.md +++ b/todo.md @@ -9,3 +9,5 @@ Could probably read through the tide variable set to figure this out, just haven Need to connect new devices to the coordinator in order to access the tailscale network. ```sudo tailscale up https://headscale.hive.smrsh.net``` + +