Add vimrc for ref and for use if vim is needed in one-off cases

This commit is contained in:
2025-01-31 20:11:23 -06:00
parent 948db247d7
commit 8e6c7e27b8
2 changed files with 128 additions and 2 deletions

View File

@ -28,8 +28,8 @@ log "---------------- dotfiles ----------------"
copy_dir src_files/.config $XDG_CONFIG_HOME
copy_dir src_files/.local $DIR_LOCAL
# duplicate, but copy anyway, ensures set if zsh isn't yet looking to $XDG_CONFIG_HOME/zsh
copy_file src_files/.config/zsh/.zshenv $HOME
copy_file src_files/.config/zsh/.zshenv $HOME # duplicate, copy anyway, ensures $ZDOTDIR
# copy_file src_files/.config/vim/.vimrc $HOME # copy to $HOME if need to use vim
# on macos, handle sim-linking to gimp config since gimp defaults to app-support
if [[ "$BOX_SETUP_OS" = "macos" ]]; then