7 lines
163 B
Bash
Executable file
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
|