- xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"brew updatebrew tap AdoptOpenJDK/openjdkbrew install --cask adoptopenjdk8brew install clamav git imagemagick libvorbis libvpx openssl redis sqlite ghostscript mysql wget tmux ffmpeg
\curl -sSL https://get.rvm.io | bash -s stable --rubyrvm install 2.5.3rvm use 2.5.3 --default
wget http://projects.iq.harvard.edu/files/fits/files/fits-1.0.5.zipunzip fits-1.0.5.zipcd fits-1.0.5chmod a+x fits.sh- Add the fits-1.0.5 directory to the path in ~/.bash_profile
echo "export PATH=$PATH:~/fits-1.0.5" >> ~/.bash_profile