mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
5 lines
131 B
Bash
Executable file
5 lines
131 B
Bash
Executable file
#!/bin/bash
|
|
|
|
BASE_PATH=$(dirname $(readlink -f $BASH_SOURCE))
|
|
|
|
sudo cp $BASE_PATH/../keymaps/pnx-us-se /usr/share/X11/xkb/symbols/
|