Update todo and workspace notes, fix skhdrc error, remove browser themes
This commit is contained in:
@@ -20,9 +20,6 @@ for dir in $omarchy_themes; do
|
||||
for f in $dir_theme_files; do cp -RPp $f $target_theme_dir/; done
|
||||
done
|
||||
|
||||
chromium_filenames=(`find $DIR_THEME_SETTINGS -mindepth 2 -maxdepth 2 -name "chromium.theme"`)
|
||||
for f in $chromium_filenames; do mv $f $(dirname $f)/brave.theme; done
|
||||
|
||||
nvim_themes_dir=$XDG_CONFIG_HOME/nvim/themes
|
||||
[[ ! -d "$nvim_themes_dir/pina/colors" ]] && mkdir -p "$nvim_themes_dir/pina/colors"
|
||||
cp -p src_files/imports/themes-omarchy-extra/pina/pina.nvim/colors/pina.vim $nvim_themes_dir/pina/colors/
|
||||
|
||||
Reference in New Issue
Block a user