Add vimrc for ref and for use if vim is needed in one-off cases
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user