参考
ネイティブアプリ
- Google Chrome
- Slack
- VS Code
- iTerm2
環境構築
- [homebrew]
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- fish
brew install fish-
ディレクトリの色が見にくい問題の対処法
- ~/.config/fish/config.fishファイルに
export LSCOLORS=gxfxcxdxbxegedabagacadを追記して保存する
- ~/.config/fish/config.fishファイルに
- iTerm
- 終了時に確認ダイアログを出さない
Preferences -> General -> Closing
-
Hotkeyの設定
- Hotkeyの設定時、Floating windowにチェックを入れる
- General > Startupタブ内のWindow restoration policy項目にOnly Restore Hotkey Windowを指定する
- PCログイン時に起動するように設定しておく
- 終了時に確認ダイアログを出さない
- git
- SSH
- global設定
- dotfilesリポジトリ内に.gitconfigファイルを格納しているので、こちらで対応
-
dotfiles
- リポジトリをクローンして、その後
make deployを実行し、各種設定ファイルをローカル環境に配置する
- リポジトリをクローンして、その後
defaults write -g ApplePressAndHoldEnabled -bool false