What’s a smart way to use/maintain two separate bash_profile’s and vimrc’s
You can use soft links. So create two sets of .bash_profile and .vimrc with the contents touch .vimrc-light .vimrc-dark .bash_profile-light .bash_profile-dark Then depending … Read more