Skip to content

Instantly share code, notes, and snippets.

@pedroxs
Last active May 23, 2017 19:41
Show Gist options
  • Save pedroxs/a7790062c81e3c77e01c22329188a8e8 to your computer and use it in GitHub Desktop.
Save pedroxs/a7790062c81e3c77e01c22329188a8e8 to your computer and use it in GitHub Desktop.
Install dictionaries to use with IntelliJ
# reference StackOverflow: https://stackoverflow.com/a/1950073/1453658
❯ sudo dnf install aspell-pt_BR
❯ aspell --lang pt_BR dump master | aspell --lang pt_BR expand | tr ' ' '\n' > portugues.dic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment