From 31f14bf065b799ae8ca7b738cc88de59a0d1fc69 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Tue, 3 Dec 2024 11:51:54 +0100 Subject: [PATCH] Install lazygit and add alias --- tree/.config/nushell/config.nu | 1 + tree/.local/bin/arch-firstinstall | 1 + 2 files changed, 2 insertions(+) diff --git a/tree/.config/nushell/config.nu b/tree/.config/nushell/config.nu index 3f06113..da8caaf 100644 --- a/tree/.config/nushell/config.nu +++ b/tree/.config/nushell/config.nu @@ -674,6 +674,7 @@ alias gpu = git push -u origin alias gsta = git stash push alias gstp = git stash pop alias gw = git switch +alias lg = lazygit alias bt = bluetoothctl alias d = cd ~/.config/dotfiles/tree alias xo = xdg-open diff --git a/tree/.local/bin/arch-firstinstall b/tree/.local/bin/arch-firstinstall index 3c6a8c2..21a03c6 100755 --- a/tree/.local/bin/arch-firstinstall +++ b/tree/.local/bin/arch-firstinstall @@ -27,6 +27,7 @@ sudo pacman --needed -S \ htop \ hyprland \ hyprpaper \ + lazygit \ luarocks \ neovim \ nerd-fonts \