Skip to content

Instantly share code, notes, and snippets.

@Amakata
Last active August 15, 2016 07:16
Show Gist options
  • Save Amakata/8f2f2cdc5f43fce22844505bbcc789c7 to your computer and use it in GitHub Desktop.
Save Amakata/8f2f2cdc5f43fce22844505bbcc789c7 to your computer and use it in GitHub Desktop.
Atom

package install

共通

apm install platformio-ide-terminal
apm install japanese-menu
apm install file-icons
apm install markdown-preview-plus
apm install file-types
apm install minimap
apm install linter
apm install editorconfig
apm install language-plantuml
apm install plantuml-viewer

mac

apm install atom-beautitfy

win

  • platformio-ide-terminal をwin10で使うには、cmd.exeのウィンドウのプロパティで従来のコンソールを有効にすること
"*":
  editor:
    fontFamily: "Migu1M"
  "markdown-preview-plus":
    useGitHubStyle: true
  "plantuml-viewer": {}
  "platformio-ide-terminal":
    core:
      shell: "bash.exe"
    style:
      fontFamily: "Lucida Console"
      fontSize: "12"
  welcome:
    showOnStartup: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment