Make various small clean-up changes

This commit is contained in:
2025-11-08 15:44:42 -06:00
parent 066ef0e6fa
commit 1377026a56
10 changed files with 10 additions and 39 deletions

View File

@@ -36,6 +36,7 @@ sym_link() {
echo "---- copying dotfiles ------------------"
source src_files/.config/zsh/.zshenv
copy_file src_files/.config/zsh/.zshenv $HOME # copy first, ensure $ZDOTDIR set
# copy_file src_files/.config/ksh/.profile $HOME # TODO: if using oksh, get it working
# configs/executables/scripts from .config and .local
copy_dir src_files/.config $XDG_CONFIG_HOME