You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we have some files in the getting-started/config_files/ directory for coordinating vim colors, VMD hotkeys, and matplotlib style. These can be installed via a make command. Going forward, should we:
One option is not to put entire .bash_profile , .vimrc, .vmdrc, etc.. files in the getting started repo and don't include instructions that are basically having the user overwrite whatever rc files they already have.
What we could do instead is have text files of things that could be added (appended) onto the user's existing files. For example, we have a vim-append.txt file that includes a few commonly used commands like set tsset number, etc. Then the instructions would be something like cat vim-append.txt >> ~/.vimrc
This way, nothing is being erased or overwritten on the user's computer.
Right now, we have some files in the getting-started/config_files/ directory for coordinating vim colors, VMD hotkeys, and matplotlib style. These can be installed via a make command. Going forward, should we:
Discuss!
The text was updated successfully, but these errors were encountered: