There are several dotfiles repositories filled with command line configuration goodness for the different layers of the SciJava component collection.
Repositories
You can find the dotfiles in the following repositories:
What’s included?
There are several tools for which configuration and customization is provided:
Where possible, configuration is driven by plugin managers:
How to get started?
Bootstrap:
cd
mkdir -p code/ctrueden
cd code/ctrueden
git clone git://github.com/ctrueden/dotfiles
cd dotfiles
sh setup.sh
Clone code for organization(s) of interest—e.g., imagej:
cd
mkdir -p code/imagej
cd code/imagej
mr up
Switch to zsh:
# on Linux
sudo apt-get install zsh
chsh -s /bin/zsh
# on macOS
brew install zsh
chsh -s /usr/local/bin/zsh
# on Windows, use Chocolatey to install Cygwin
choco install cygwin cyg-get
# and then from Cygwin:
cyg-get install zsh
chsh -s /bin/zsh