1
0
Fork 0
chezmoi/run_once_install-packages

72 lines
1.1 KiB
Bash

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