diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 921025c..9804704 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -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