Dotfile

set up odyssey HPC dot files

dot files Those files are originally got from Samir Amin, my labmate in Roel Verhaak’s lab. Thanks for sharing! .screenrc .bashrc .bash_profile and inside .profile.d folder, there is a file named 01_odyssey_config.sh. It was executed when you login the shell. You can grab my dot files in my github repo. Inside the .bash_profile: if [ -d $HOME/.profile.d ]; then for i in $HOME/.profile.d/*.sh; do if [ -r $i ]; then if [ "${-#*i}" !