Manjaro Fluxbox 15.12にatomエディタを導入する(1) インストール〜日本語表示設定まで
visual studio code + IonideでもF#開発はできるけど、atom + Ionideで利用
できるプラグインの方が多機能なので、その環境も作りたいなーってのと
他にCommon Lisp開発環境用のatom-slimeも試してみたいという理由で
今年の春頃はarch/manjaroでインストールエラーが発生して導入でき
なかったatomエディタのインストールに再チャレンジしてみた。
ちなみにyaourt経由だと現在、以下のパッケージがある。
community/atom 1.10.2-4 A hackable text editor for the 21st Century aur/atom-editor 1.10.2-1 (671) (30.90) Chrome-based text editor from Github aur/atom-editor-arch 1.10.2.aa1.6.2.db0.8.9.fu0.12.0.la0.9.1.lg0.92.2.li1.18.3.ll0.5.1.lp1.0.0.lu0.38.0.t2.4.0-1 (7) (2.41) Hackable text editor for the 21st Century, built using web technologies, with some extra packages for Arch Linux package development pre-installed. aur/atom-editor-beta 1.11.0.beta5.m0.92.2-1 (9) (0.74) Hackable text editor for the 21st Century, built using web technologies on the Electron framework - Beta channel. aur/atom-editor-beta-bin 1.10.0.beta6-1 (Out of Date) (25) (1.16) Chrome-based text editor from Github - Beta Channel - Precompiled binary from official repository aur/atom-editor-bin 1.10.2-1 (265) (10.05) Chrome-based text editor from Github - Precompiled binary from official repository aur/atom-editor-git 1.12.0.dev.a1.6.2.l0.5.1.m0.92.2.c29931-1 (46) (1.86) Hackable text editor for the 21st Century, based on web technologies and built from the latest git source code aur/atom-notracking 1.10.2-1 (3) (2.26) Chrome-based text editor from GitHub, with tracking packages removed.
[手順]
1. yaourtでatom-editor-betaをインストール。
% yaourt -S atom-editor-beta
2. メニューの日本語表示を設定。
2-1. インストール完了後、画面右側の「Install a Package」をクリック。
2-2. 「Search Packages」(検索窓)に「japanese-」と入力し検索。
2-3. 検索結果の一番上に「japanese-menu」が表示されるので、「Install」
ボタンをクリック。
2-4. インストールに成功すると、メニューのあちこちが日本語表示になる。
※ちなみに起動コマンドは % atom-beta になる。
[参考サイト]