1
0
Fork 0
chezmoi/run_once_install-packages

67 lines
997 B
Bash

#!/bin/bash
set +x
sudo pacman -Syu --needed \
aerc \
bat \
broot \
btop \
buildah \
cmus \
fd \
firefox \
fzf \
gimp \
git \
gopls \
handlr \
helvum \
herbstluftwm \
htop \
imv \
isync \
kid3-qt \
kitty \
kitty-terminfo \
libreoffice-fresh \
mc \
mixxx \
msmtp \
msmtp-mta \
mtr \
mupdf \
neovim \
noto-fonts \
lazygit \
noto-fonts-cjk \
dunst \
openssh \
pass \
pipewire \
mupdf \
mpv \
pipewire-alsa \
pipewire-jack \
pipewire-pulse \
pipewire-v4l2 \
pipewire-zeroconf \
podman \
pulsemixer \
pv \
qutebrowser \
pdfjs \
ranger \
ripgrep \
rofi \
rofi-calc \
shellcheck \
skopeo \
slock \
the_silver_searcher \
visidata \
xsv \
zsh \
zsh-syntax-highlighting
# aur: rofi-greenclip
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'