yadm-config/.config/yadm/bootstrap.d/_install_keymap.sh
2025-02-12 22:06:48 +01:00

7 lines
172 B
Bash
Executable file

#!/bin/env bash
echo "# Installing keymapping"
yay -S --needed evremap
sudo ln -s -f ~/.config/evremap/evremap.toml /etc/evremap.toml
sudo systemctl enable --now evremap