Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decide how and whether we coordinate our config files #31

Open
RainierBarrett opened this issue Feb 8, 2021 · 1 comment
Open

Decide how and whether we coordinate our config files #31

RainierBarrett opened this issue Feb 8, 2021 · 1 comment

Comments

@RainierBarrett
Copy link
Contributor

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:

  • Continue as-is?
  • Move to an /etc/skel set up for lab machines?
  • Remove some of the shared style files but keep others? If so, which ones?

Discuss!

@chrisjonesBSU
Copy link
Member

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 ts set 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants