6 lines
223 B
Makefile
6 lines
223 B
Makefile
|
all:
|
||
|
wget -O - https://github.com/kovidgoyal/kitty/raw/master/terminfo/x/xterm-kitty > x/xterm-kitty
|
||
|
cp -f /lib/terminfo/r/rxvt-unicode r/rxvt-unicode
|
||
|
cp -f /lib/terminfo/r/rxvt-unicode-256color r/rxvt-unicode-256color
|
||
|
|