From c90317a84b5c6411150ea3a112cc7c6da7c068ab Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 22 Jan 2024 10:41:33 +0800 Subject: [PATCH] feat: add lazygit & lazydocker --- home/base/server/core.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/base/server/core.nix b/home/base/server/core.nix index 3e6345f1..aa462a27 100644 --- a/home/base/server/core.nix +++ b/home/base/server/core.nix @@ -25,7 +25,6 @@ gnumake just # a command runner like make, but simpler gawk # GNU awk, a pattern scanning and processing language - sad # CLI search and replace, with diff preview, really useful!!! delta # A viewer for git and diff output # A fast and polyglot tool for code searching, linting, rewriting at large scale # supported languages: only some mainstream languages currently(do not support nix/nginx/yaml/toml/...) @@ -33,6 +32,10 @@ jq # A lightweight and flexible command-line JSON processor yq-go # yaml processer https://github.com/mikefarah/yq + sad # CLI search and replace, with diff preview, really useful!!! + lazygit # Git terminal UI. + lazydocker # Docker terminal UI. + # misc tldr cowsay