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

15 lines
251 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 picom-git
mkdir -p $CONFIG/picom
ln -f -s $DOTFILES/gui/picom/config/picom.conf "$CONFIG/picom/picom.conf"