Replace tree with exa --tree

This commit is contained in:
Dave Gallant
2021-11-15 08:25:55 -05:00
parent 68de2e924b
commit 129ccea7be
3 changed files with 21 additions and 22 deletions

View File

@@ -14,7 +14,6 @@ in
gnupg gnupg
imagemagick imagemagick
pfetch pfetch
tree
unzip unzip
xdg_utils xdg_utils
yq-go yq-go
@@ -30,7 +29,7 @@ in
git-crypt git-crypt
github-cli github-cli
gnumake gnumake
hadolint # hadolint # broken
lazygit lazygit
pre-commit pre-commit
shellcheck shellcheck

37
flake.lock generated
View File

@@ -58,11 +58,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1635285717, "lastModified": 1636948826,
"narHash": "sha256-CGsOBSkdjIHmKEbUkik1JKQhiKCJ64Hj7dROx7yEDCo=", "narHash": "sha256-7N6gVs0mu8HWpt5DDREAG59fU/kseio1Ji2Mn9C9aFg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "46a69810cb95d2e7286089830dc535d6719eaa6f", "rev": "3f12ce5f7df69dfb8e12b02e88979b9d7770c663",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -75,17 +75,16 @@
"inputs": { "inputs": {
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"nixpkgs": [ "nixpkgs": [
"neovim-nightly-overlay",
"nixpkgs" "nixpkgs"
] ]
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1635085216, "lastModified": 1636656097,
"narHash": "sha256-gy1TjtpL8Sjaa7UnwsdcgmvsxA57D16kXMbDqSfHgGI=", "narHash": "sha256-7zlgxbiI7Dx3Unh8MvBgRx9qAImfvzIM7WwiQXL93NI=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "09e96fe6096f07365eb65b51bb7f2fd0f1b043b0", "rev": "2ef9d2a663db35c73b93606dbe882ca697072cc3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -102,11 +101,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1635149654, "lastModified": 1636791183,
"narHash": "sha256-JxqJEtG744ZMrLiGxZgoGh2eWergDVm9VN5xSgPyo8E=", "narHash": "sha256-8sXyRzzTBliZaRnKbAqWl/bu40IV7GSA24KIsCXQvFY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "c4e9149ff03c9d77bc9023d1bd658bfbb3035bc0", "rev": "e581701bae763a38f215210c91e4138de7af3b2a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -117,11 +116,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1633793047, "lastModified": 1636877509,
"narHash": "sha256-XSMlHMVPKwcEqyHGdFj/ZeGMeZeKNwVExOfLlxcg4oE=", "narHash": "sha256-0c2fnIlpNqcgxg8JK6Qa3iY4r93MFn2TQ4/3y9W5B7g=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "3aabf78bfcae62f5f99474f2ebbbe418f1c6e54f", "rev": "4045d5f43aff4440661d8912fc6e373188d15b5b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -133,11 +132,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1634782485, "lastModified": 1636623366,
"narHash": "sha256-psfh4OQSokGXG0lpq3zKFbhOo3QfoeudRcaUnwMRkQo=", "narHash": "sha256-jOQMlv9qFSj0U66HB+ujZoapty0UbewmSNbX8+3ujUQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "34ad3ffe08adfca17fcb4e4a47bb5f3b113687be", "rev": "c5ed8beb478a8ca035f033f659b60c89500a3034",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -149,11 +148,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1634782485, "lastModified": 1636800699,
"narHash": "sha256-psfh4OQSokGXG0lpq3zKFbhOo3QfoeudRcaUnwMRkQo=", "narHash": "sha256-SwbyVxXffu3G2ulJIbTf0iQfqhbGbdml4Dyv5j9BiAI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "34ad3ffe08adfca17fcb4e4a47bb5f3b113687be", "rev": "2fa862644fc15ecb525eb8cd0a60276f1c340c7c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -147,11 +147,12 @@ in
shellAliases = { shellAliases = {
".." = "cd .."; ".." = "cd ..";
docker = "podman";
grep = "rg --smart-case"; grep = "rg --smart-case";
k = "kubectl"; k = "kubectl";
ls = "exa -la --git"; ls = "exa -la --git";
ps = "procs"; ps = "procs";
docker = "podman"; tree = "exa --tree";
}; };
"oh-my-zsh" = { "oh-my-zsh" = {