vs codium themes are installed as extensions
and, synced in between machines
This commit is contained in:
@@ -436,22 +436,12 @@ if [ ${operation} == "dots+" ] ; then
|
||||
# miscelanneous
|
||||
# ----------
|
||||
|
||||
# vscodium theme
|
||||
# https://vscodethemes.com/e/sdras.night-owl/night-owl-no-italics?language=javascript
|
||||
# https://github.com/sdras/night-owl-vscode-theme/tree/main/themes
|
||||
# if a new version is commited, download and rename the following file:
|
||||
# https://github.com/sdras/night-owl-vscode-theme/archive/refs/heads/main.zip
|
||||
file_name=night-owl-vscode-theme-main.zip
|
||||
file_path=/home/${system_user}/.vscode-oss/extensions
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dotsplus_trg}/miscellaneous/${file_name}" "${file_path}/" chown recursive
|
||||
|
||||
# sweet dark gtk theme
|
||||
# https://github.com/EliverLara/Sweet
|
||||
# https://github.com/EliverLara/Sweet/releases
|
||||
# file_name=Sweet-Dark.tar.xz
|
||||
# file_path=/usr/share/themes
|
||||
# deploy_file "${dotsplus_trg}/miscellaneous/${file_name}" "${file_path}/" chown recursive
|
||||
file_name=Sweet-Dark.tar.xz
|
||||
file_path=/usr/share/themes
|
||||
deploy_file "${dotsplus_trg}/miscellaneous/${file_name}" "${file_path}/" chown recursive
|
||||
|
||||
# ----------
|
||||
# chowning
|
||||
|
||||
Reference in New Issue
Block a user