mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
Merge branch 'master' of github.com:dnlbauer/dotfiles
This commit is contained in:
@@ -38,3 +38,4 @@ alias kp=keepassxc-cli
|
||||
|
||||
# git
|
||||
alias gcom="git commit -m"
|
||||
alias gg="lazygit"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user