Skip to content

Instantly share code, notes, and snippets.

@axtstar
Created March 6, 2020 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axtstar/58f2a899692c6407ecb92258a4feac72 to your computer and use it in GitHub Desktop.
Save axtstar/58f2a899692c6407ecb92258a4feac72 to your computer and use it in GitHub Desktop.
mkdir -p .ssh && cp /mnt/c/Users/axt/.ssh/* .ssh/ && chmod -R 600 .ssh/*
mkdir -p .sbt && cp /mnt/c/Users/axt/.sbt/sbt.repositories .sbt/
mkdir -p .sbt && cp /mnt/c/Users/axt/.sbt/.credentials .sbt/
mkdir -p .m2 && cp /mnt/c/Users/axt/.m2/settings.xml .m2/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment