yadm-config/.config/yadm/_install_keymap.sh

7 lines
163 B
Bash
Executable file

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