keyboard/xkb/install.sh

9 lines
345 B
Bash
Raw Normal View History

2024-02-27 08:13:25 +00:00
#!/bin/sh
set -e
mkdir -p "${XDG_CONFIG_HOME:-$HOME/.config}/xkb/rules"
mkdir -p "${XDG_CONFIG_HOME:-$HOME/.config}/xkb/symbols"
cp ./rules/evdev "${XDG_CONFIG_HOME:-$HOME/.config}/xkb/rules/evdev"
cp ./rules/evdev.xml "${XDG_CONFIG_HOME:-$HOME/.config}/xkb/rules/evdev.xml"
cp ./symbols/acp "${XDG_CONFIG_HOME:-$HOME/.config}/xkb/symbols/acp"