This commit is contained in:
tuxwarrior
2024-05-04 13:32:09 -05:00
parent 3ee819b420
commit 901e8b853a
35 changed files with 16 additions and 0 deletions

View File

@@ -112,6 +112,10 @@ if [ ${operation} == "dots" ] ; then
download_repo ${targz_dots_url}
tree ${clone_trg}/lnx-arch
# ----------
# system
# ----------
# bashrc
file_name=.bashrc
file_path=/home/${user}
@@ -126,6 +130,18 @@ if [ ${operation} == "dots" ] ; then
file_path=/etc
deploy_file "${dots_trg}/environment/${file_name}" "${file_path}/${file_name}" no_chown
# ----------
# fonts
# ----------
file_path=/home/${user}/.local/share/fonts
mkdir -p ${file_path}
deploy_file "${dots_trg}/fonts/install/*" "${file_path}/"
# ----------
# programs
# ----------
# firefox
file_name=policies.json
file_path=/usr/lib/firefox/distribution