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

This commit is contained in:
david
2025-04-04 16:55:39 -05:00
parent 217bf1394a
commit 36c10758b1
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