Last active
March 24, 2017 19:22
-
-
Save MartinAhrer/5a7c1a5fe26457c1c73e00b23d61d5ae to your computer and use it in GitHub Desktop.
$HOME Symlinks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export DEVELOPMENT_HOME=/Volumes/Disk/Development | |
pushd $HOME | |
ln -s $DEVELOPMENT_HOME/.docker | |
ln -s $DEVELOPMENT_HOME/.gradle | |
ln -s $DEVELOPMENT_HOME/.sdkman | |
ln -s $DEVELOPMENT_HOME/.m2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment