Skip to content

Instantly share code, notes, and snippets.

@soyfrien
Last active October 18, 2018 02:12
Show Gist options
  • Select an option

  • Save soyfrien/c60ac847db5adf325faff09e965e4d85 to your computer and use it in GitHub Desktop.

Select an option

Save soyfrien/c60ac847db5adf325faff09e965e4d85 to your computer and use it in GitHub Desktop.
#SETUP AFNI and SUMA
export PATH=$PATH:/opt/afni
if [ ! -f ~/.afnirc ]; then
cp /opt/afni/AFNI.afnirc ~/.afnirc
fi
#END AFNI/SUMA SETUP
@soyfrien

Copy link
Copy Markdown
Author

Append the above to your ~/bash.rc, for example, using wget:

wget -O - https://gist.githubusercontent.com/ppdac/c60ac847db5adf325faff09e965e4d85/raw/40d544157778fa5ed6fba87bc85247a92b3a1dc8/setupAFNI.sh >> ~/.bashrc

source ~/.bashrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment