workspace/arch-user/gen-linux-compat.sh
2025-09-28 22:08:05 +00:00

12 lines
239 B
Bash
Executable File

#!/bin/bash
set -e
cd "$(dirname "$(readlink -f -- "$0")")"
umask 002
export IS_COMPAT=1
gomplate --file bin/workspace-compat
gomplate --file config/vim/vimrc
gomplate --file config/readline/inputrc
gomplate --file config/less/lesskey