vscodium theme moved to dotsplus repo
This commit is contained in:
@@ -192,13 +192,6 @@ if [ ${operation} == "dots" ] ; then
|
||||
mkdir -p ${file_path}
|
||||
deploy_file "${dots_trg}/vscodium/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
# https://vscodethemes.com/e/sdras.night-owl/night-owl-no-italics?language=javascript
|
||||
# https://github.com/sdras/night-owl-vscode-theme/tree/main/themes
|
||||
file_name=sdras.night-owl-2.0.1-universal
|
||||
file_path=/home/${user}/.vscode-oss/extensions
|
||||
mkdir -p ${file_path}
|
||||
deploy_file "${dots_trg}/vscodium/${file_name}" "${file_path}/" chown recursive
|
||||
|
||||
# i3wm
|
||||
if [ ${I3WM} == "true" ] ; then
|
||||
|
||||
@@ -246,4 +239,17 @@ if [ ${operation} == "dots+" ] ; then
|
||||
mkdir -p ${file_path}
|
||||
deploy_file "${dotsplus_trg}/wallpapers/install/*" "${file_path}/"
|
||||
|
||||
# ----------
|
||||
# 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
|
||||
file_name=sdras.night-owl-2.0.1-universal
|
||||
file_path=/home/${user}/.vscode-oss/extensions
|
||||
mkdir -p ${file_path}
|
||||
deploy_file "${dotsplus_trg}/miscellaneous/${file_name}" "${file_path}/" chown recursive
|
||||
|
||||
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user