+ fonts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user