6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

macにatomを導入

Last updated at Posted at 2015-10-21

##1. ダウンロード
サイトからダウンロード

##2. 導入パッケージ
気になったパッケージをメモ

######japanese-menu
日本語メニューにする。

######japanese-wrap
Atomで日本語の改行がうまくいかない問題を解決。

######minimap
sublimetextのあれ。

######minimap-bookmarks
MinimapにBookmarkした行をハイライト表示。

######minimap-highlight-selected
単語を選択するとすべて検索してミニマップ上に表示。
ただし日本語は除く。。。。

######Project Manager
ショートカット: alt + shift + p

######Docblockr
/**に続けてEnterを押すとドキュメントコメントのひな形を追加。

######autocomplete-plus
入力補完。

######autocomplete-paths
オートコンプリートにパスも追加。

######color-picker
色選択ができるカラーピッカーを表示。

######highlight-selected
選択した単語をハイライトする。

######Highlight Line Package
カーソル行のハイライトを好きな色に変更できる。

######jumpy
画面上の好きなところに飛べる。
言葉じゃ表せないすごい。

######sort-Lines
選択した範囲を ASCII 順に並び替えてくれる。

######Sublime-Style-Column-Selection
Optionキー+クリック+ドラッグで矩形選択。

######atom-alignment
= の位置を揃えることができる。
意外と便利。

######tag
"</"入力時に自動で閉じタグを挿入。

######regex-railroad-diagram
正規表現を図解で表示。

##3. proxy環境での設定
会社のPC等で、認証proxy可でatomを使用する場合のメモ
・apmでproxyを使用できるように設定

apm config set https-proxy=http://id:passward@server:port/

id:passward@server:port/は任意のものに置き換えてください。

セットされているか確認

apm config get https-proxy

環境によっては、以下を実行しなければ、
Packages that depend on modules that contain C/C++ code
のエラーがでて、パッケージのインストールができないことがあるそうです。

Windows

setx ATOM_NODE_URL http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist /M

Linux

export ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist
6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?