LoginSignup
18
17

More than 5 years have passed since last update.

ATOMをコマンドから起動できるようにした

Posted at

ATOMとは・・・
Githubがオープンソースで開発しているテキストエディタ
ATOM公式サイト
SublimeTextを使用している人は案外同じノリで使えるとおもいます。

とりあえず以下のコマンドを実行

sudo ln -s "/Applications/Atom.app/Contents/MacOS/Atom" /usr/bin/atom

これで

atom .

で現在の階層のフォルダをATOMで開けます。

18
17
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
18
17