- xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew tap AdoptOpenJDK/openjdk
brew install --cask adoptopenjdk8
brew install clamav git imagemagick libvorbis libvpx openssl redis sqlite ghostscript mysql wget tmux ffmpeg
\curl -sSL https://get.rvm.io | bash -s stable --ruby
rvm install 2.5.3
rvm use 2.5.3 --default
wget http://projects.iq.harvard.edu/files/fits/files/fits-1.0.5.zip
unzip fits-1.0.5.zip
cd fits-1.0.5
chmod 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