LoginSignup
2
1

More than 3 years have passed since last update.

[備忘録] iterm2インストールと設定

Last updated at Posted at 2020-05-30

これはなに

一言でいえば、iterm2インストールとカスタマイズの備忘録です。

インストール

bash
$ brew cask install iterm2

カスタマイズ

iTerm2設定いじり

任意のデスクトップ上にフルスクリーンで表示できるように

iTerm2 > Preferences > General > Window > Native full screen windowsのチェックを外す

新しいウィンドウの設定をフルスクリーンにする

iTerm2 > Preferences > Profiles > Window > Settings for New Windows > Style='FullScreen', Screen='Screen with Cursor', Space='All Spaces'

HotKeyを設定

iTerm2 > Preferences > Keys > HotKey > Show/hide iTerm2 with a system-wide hotkeyにチェック

Rictyインストール

bash
$ brew tap homebrew/cask-fonts
$ brew cask install font-ricty-diminished

# フォントのキャッシュファイルを更新
$ fc-cache -vf

iTerm2のpreference→Profiles→Textを選択
FontからRictyに変更
fontsizeを18に変更

参考文献

Mac を買ったら必ずやっておきたい初期設定
iTerm2のおすすめ設定〜ターミナル作業を効率化する〜
iTerm2のフォントを見やすく変更してみた

2
1
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
2
1