はじめに
Mac が壊れた時のために初期設定とか入れたツールとかをメモしておきます
インストールしたやつ
- Chrome
- 1 password
- Clipy
- Docker
- Karabiner
- VSCode
- Skype
- Xcode
- homebrew
インストール手順:https://qiita.com/pypypyo14/items/4bf3b8bd511b6e93c9f9 - nvm(node)
インストール手順:https://diwao.com/2017/01/nvm-install-homebrew.html - pyenv(python)
インストール手順:https://qiita.com/takeruw/items/3540c1c618d5459195ad - Karabiner
キーボードの配列を変えるやつ - BetterTouchTool
ショートカットを登録できるやつ
git 設定
1 | git config --global user.name "reon777" |
mac で matplotlibrc を使うための呪文
1 | pip install PyQt5 PyQt5-sip QtAwesome qtconsole QtPy |
brew でインストールするやつ
1 | brew install yarn |
grafana
1 | brew tap homebrew/services |
vi /usr/local/etc/grafana/grafana.ini
でポート変えれる
http://localhost:3000
にアクセス可能になる
ユーザ名/パスワード
admin/admin
参考
https://grafana.com/docs/installation/mac/
HyperSwitch
ウィンドウごとの切り替えが出来るようになる
インストール手順:https://aprico-media.com/posts/1377
ios console 見るやつ
https://lemonjar.com/iosconsole/
スクショの保存場所をデスクトップからピクチャに変更
1 | mkdir ~/Pictures/スクリーンショット |
ll コマンドのエイリアスを登録する
1 | vi ~/.bash_profile |
マウスの操作を良い感じにする
USB Overdrive
http://doranekohc.hatenablog.com/entry/2015/09/14/131916
jdk インストール
バージョンは8にすること(cordova のため(参考:https://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html#java-development-kit-jdk)
https://qiita.com/seijikohara/items/56cc4ac83ef9d686fab2
1 | brew tap caskroom/versions |
~/.bash_profile に以下を追加
1 | export PATH=$PATH:$JAVA_HOME/bin |
1 | source ~/.bash_profile |
Alfred
検索が便利なやつ
ファイルを検索対象にする
ブックマークを検索対象にする
https://qiita.com/ashidaka/items/e783cd2fc9a317321c84
その他
1 | # .DS_storeを作らないようにする |
その他 Tips
- ssh 接続設定を変えたい時
~/.ssh/config