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 \