- templates for all things setup, configuration, and whatnot
- May (or may not) improve your workflow
Use with caution
- clone the repo to local/remote, generally I prefer to:
- create a github directory in
$HOME git cloneto$HOME/github
- create a github directory in
mkdir -p $HOME/github && git clone https://github.com/van-richard/PL888.git $HOME/github- add to the shell environment, 2 approaches:
a) "Don't care, just need things to work"
-
sourcethe scriptPL888/env.sh- export tp$PATHto persist changes - log out and then log in for changes orsource ~/.bashrcfile
echo 'export \$PATH=\$HOME/github/PL888/env.sh" >> ~/.bashrc
source ~/.bashrcb) "I like to break things, and it can always be optimized"
- take a look at `PL888/Setup`
- modify to your needs, then execute the script
bash Setup.sh- some sample config files I use for
bash,VMD,ChimeraX, etc. can be found in,PL888/Profiles