Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.25 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.25 KB

Installation

Copy Dockerfile.xml to <IDEA_config_folder>/filetypes and restart IDEA.

IntelliJ IDEA 13

Linux

wget -O ~/.IntelliJIdea13/config/filetypes/Dockerfile.xml https://raw.githubusercontent.com/masgari/docker-intellij-idea/master/Dockerfile.xml

OS X

curl --create-dirs -so ~/Library/Preferences/IntelliJIdea13/filetypes/Dockerfile.xml https://raw.githubusercontent.com/masgari/docker-intellij-idea/master/Dockerfile.xml

IntelliJ IDEA 14

Linux (Community Edition)

wget -O ~/.IdeaIC14/config/filetypes/Dockerfile.xml https://raw.githubusercontent.com/masgari/docker-intellij-idea/master/Dockerfile.xml

Linux (Ultimate Edition)

wget -O ~/.IntelliJIdea14/config/filetypes/Dockerfile.xml https://raw.githubusercontent.com/masgari/docker-intellij-idea/master/Dockerfile.xml

OS X (Community Edition)

curl --create-dirs -so ~/Library/Preferences/IdeaIC14/filetypes/Dockerfile.xml https://raw.githubusercontent.com/masgari/docker-intellij-idea/master/Dockerfile.xml

OS X (Ultimate Edition)

curl --create-dirs -so ~/Library/Preferences/IntelliJIdea14/filetypes/Dockerfile.xml https://raw.githubusercontent.com/masgari/docker-intellij-idea/master/Dockerfile.xml