6 lines
128 B
Bash
Executable file
6 lines
128 B
Bash
Executable file
#!/bin/env bash
|
|
|
|
echo "# Installing keymapping"
|
|
|
|
yay -S --needed evremap
|
|
sudo ln -s -f ~/.config/evremap.toml /etc/evremap.toml
|