Skip to content

Instantly share code, notes, and snippets.

View thomashan's full-sized avatar

Thomas Han thomashan

View GitHub Profile
1 Removed directories https://www.jetbrains.com/help/idea/tuning-the-ide.html
* Configuration directory
* System directory
* Plugins directory
* Logs directory
2 Reinstalled idea toolbox
3 Reinstalled intellij 2020.3.1 CE
@thomashan
thomashan / change_permissions.sh
Created October 18, 2019 04:49
Recursively change the permission for directories or files
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
@thomashan
thomashan / gist:6302ee795dbeb70b64741d726ebaac8d
Created November 19, 2017 23:54 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
@thomashan
thomashan / __MAGIKCRAFT__.thomashan.magikcraft_spells.md
Last active October 9, 2017 13:27
Magikcraft Spells, by thomashan.