yadm-config/.config/yadm/bootstrap.d/install_keymap.sh

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