- 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 clone
to$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"
-
source
the scriptPL888/env.sh
- export tp$PATH
to persist changes - log out and then log in for changes orsource ~/.bashrc
file
echo 'export \$PATH=\$HOME/github/PL888/env.sh" >> ~/.bashrc
source ~/.bashrc
b) "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