Skip to content

Instantly share code, notes, and snippets.

@elvisciotti
Created November 1, 2024 10:51
Show Gist options
  • Save elvisciotti/334cd2c712039c85b4e4f9e78add377c to your computer and use it in GitHub Desktop.
Save elvisciotti/334cd2c712039c85b4e4f9e78add377c to your computer and use it in GitHub Desktop.
intelliJ: point scratches to google drive
DRIVE_DIR=$HOME/Google\ Drive/My\ Drive/Backups/intellij-scratches
INTELLIJ_DIR=$HOME/Library/Application\ Support/JetBrains/IntelliJIdea2024.2/scratches
mkdir $DRIVE_DIR
mv $INTELLIJ_DIR/* $DRIVE_DIR/
rmdir $INTELLIJ_DIR
ln -s $DRIVE_DIR $INTELLIJ_DIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment