Adds evremap as bootstrap step

This commit is contained in:
Michel Fedde 2025-01-03 16:47:22 +01:00
parent d187a10913
commit af6424e7f9

View file

@ -10,19 +10,24 @@ NC='\033[0m'
# install dependencies
echo -e "${CYAN}# Installing dependencies (general)${NC}"
yay -S neovim \
yay -S --needed neovim \
nitrogen \
kitty \
btop \
zoxide fzf \
ueli
ueli \
evremap
if [ $XDG_SESSION_DESKTOP = "i3" ]; then
echo -e "${CYAN}# Installing dependencies (for i3)${NC}"
yay -S polybar \
yay -S --needed polybar \
betterlockscreen \
dunst \
pulseaudio-control \
nitrogen
fi
echo "# Appling setup"
sudo ln -s ~/.config/evremap.toml /etc/evremap.toml
systemctl enable --now evremap