Merge branch 'master' of github.com:dnlbauer/dotfiles

This commit is contained in:
Daniel Bauer
2026-01-13 17:21:10 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -38,3 +38,4 @@ alias kp=keepassxc-cli
# git
alias gcom="git commit -m"
alias gg="lazygit"

View File

@@ -5,7 +5,7 @@ set -e
echo "Installing packages"
sudo apt update -qq
for package in xsel git neovim git ripgrep; do
for package in xsel git git-extras neovim git ripgrep; do
if dpkg -s "$package" >/dev/null 2>&1; then
echo $package is already installed.
else