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

17 lines
268 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 rofi
mkdir -p $CONFIG/rofi
for f in $DOTFILES/gui/rofi/config/*.rasi; do
ln -f -s $f "$CONFIG/rofi/$(basename $f)"
done