2
2

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 3 years have passed since last update.

[メモ]新しいMacbookを使い始めるときにやる設定

Last updated at Posted at 2018-10-10

新しいMacbookを使い始めるときにやる設定

ダークモード

設定 > 一般 > 外観モード

フルスクリーンのスペースを自動的に並び替えないようにする

設定 > Mission Control > 最新の使用状況に基づいて操作スペースを自動的に並び替える
OFF

zshrcなど

GitHub

sshキーを登録する

gitコマンドの保管

brew install bash-completion
brew install git
.bash_profile
if [ -f $(brew --prefix)/etc/bash_completion ]; then
  . $(brew --prefix)/etc/bash_completion
fi

peco

インクリメントサーチができるようになる便利コマンド

brew install peco

the_silver_searcher

ファイル検索ができるようになる便利コマンド

日本語入力

切替の設定

command+スペースで切り替えたいのでSpotlightとショートカットを入れ替え
システム環境設定>キーボード>ショートカット>入力ソース

スクリーンショット 2022-04-20 10.02.32.png

システム環境設定>キーボード>ショートカット>Spotlight

スクリーンショット 2022-04-20 10.02.39.png

1キーで日本語<->英語切り替え

USキーボードを使っているので、1キーで切り替えられるようにアプリを入れる
⌘英かな
https://ei-kana.appspot.com/
左右のcontrolキーに設定

スクリーンショット 2022-04-20 10.03.57.png

HHKBの配列

Happy Hacking Keyboard キーマップ変更ツールを使う。

スクリーンショット 2022-02-02 10.39.23.png

スクリーンショット 2022-02-02 10.39.30.png

修飾キー

スクリーンショット 2022-02-02 10.42.04.png

※HHKBはデフォルトのまま
スクリーンショット 2022-02-02 10.42.11.png

iTeam2

背景色などを環境によって切り替える

Preferences>Profiles
参考にしたサイト
https://qiita.com/itmammoth/items/726677b045c89915cac5

font

Preferences>Profiles>Text
Change Font: Hack Regular Nerd Font
参考にしたサイト
https://github.com/ryanoasis/nerd-fonts#font-installation

スクリーンショット 2022-05-06 10.11.06.png

colors

Preferences>Profiles>Colors
https://qiita.com/tbpgr/items/2a31a8d529ba6c7ee5de

画面のバッファーを増やす

Preferences>Profiles>Terminal>Scrollback Buffer
初期値は少なすぎるので100,000くらいにしておく

ssh切断を防ぐ

Preferences>Profiles>Session>Miscellaneous
下記をチェックする
Wehn idle, send ASCII code 0 every 60 seconds

vimでマウススクロールできるようにする

Preferences>Advanced
下記をYESに変更
Mouse
Scroll wheel sends arrow keys when in alternate screen mode.

音を消す

Preferences>Profiles>Terminal
Notifications
Silence bellをONにする

Status bar

Profiles>Session
Status bar enabled

スクリーンショット 2022-05-06 10.13.32.png

Chrome

Dark Reader

ダークモードにする拡張機能

Clipy

クリップボード管理
好みのショートカット

スクリーンショット 2022-02-02 10.32.45.png

Fig

Zoom, Google Meetなど

セキュリティとプライバシーで「カメラ」「マイク」「画面収録」を許可する

スクリーンショット 2022-04-29 21.47.52.png

mysql client

brew install mysql-client
2
2
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
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?