1
0
dotfiles/gui/polybar/setup.sh
erick-alcachofa ea989b8071
chore: Initial commit
Current dotfiles settings (previously hosted on github)
2025-03-01 21:43:33 -06:00

18 lines
346 B
Bash
Executable File

#!/usr/bin/env bash
if [ -z "$DOTFILES" ]; then
export DOTFILES=$HOME/dotfiles
source $DOTFILES/env.sh
fi
yay -Syu
yay -S --needed python-distutils-extra
yay -S --needed polybar zscroll-git playerctl pactl
mkdir -p $CONFIG/polybar
for f in $DOTFILES/gui/polybar/config/*.ini; do
ln -f -s $f "$CONFIG/polybar/$(basename $f)"
done