Install lazygit and add alias

This commit is contained in:
2024-12-03 11:51:54 +01:00
parent 5b7b3ad924
commit 31f14bf065
2 changed files with 2 additions and 0 deletions

View File

@ -674,6 +674,7 @@ alias gpu = git push -u origin
alias gsta = git stash push alias gsta = git stash push
alias gstp = git stash pop alias gstp = git stash pop
alias gw = git switch alias gw = git switch
alias lg = lazygit
alias bt = bluetoothctl alias bt = bluetoothctl
alias d = cd ~/.config/dotfiles/tree alias d = cd ~/.config/dotfiles/tree
alias xo = xdg-open alias xo = xdg-open

View File

@ -27,6 +27,7 @@ sudo pacman --needed -S \
htop \ htop \
hyprland \ hyprland \
hyprpaper \ hyprpaper \
lazygit \
luarocks \ luarocks \
neovim \ neovim \
nerd-fonts \ nerd-fonts \