#pragma section-numbers off
[[TableOfContents]]

= 概要 =
2023 Mac mini M2 をセットアップする時のメモ

最低限構成

ほとんどの開発をcloud上とか、リモートデスクトップとか、 Dockerとかで実施してしまうため、Macは最低限構成にしている

= 設定 =

== コマンドライン設定 == 

スクリーンショットの保存先の変更
{{{
defaults write com.apple.screencapture location ~/Pictures/
killall SystemUIServer
}}}

= パッケージソフト =
brew で大概実施する感じで

 * ["Homebrew"]

= ソフト =
 * ["GoogleChrome"]
  * デフォルトブラウザにする
  * メニュー -> Chrome -> Warn before Quitting
 * ["ForkLift"] https://binarynights.com/
   * brew install --cask forklift
 * OmniFocus: https://www.omnigroup.com/omnifocus/
   * brew install --cask omnifocus
 * Notion: https://www.notion.so/
   * brew install --cask notion
 * ["CotEditor"]
   * brew install --cask coteditor
 * ["VSCode"]
   * brew install --cask visual-studio-code
 * Dropbox
 * System Preferences → Security & Privacy → General
  * brew install --cask dropbox
 * AquaSKK
   * brew install --cask aquaskk
 * Karabiner-Elements
 * CursorSense: https://plentycom.jp/cursorsense/
 * The Unarchiver
    * brew install --cask the-unarchiver
 * Lunar: https://lunar.fyi/  輝度調整したりする。必要と思う時とそうでもない時がある……。無料の範囲でしか利用していない

= ソフト(コマンドライン系)  =
 * https://github.com/wilx/apg : パスワードジェネレータ。パスワード生成の参考にたまに利用
 * Emacs
 * python
 * nginx

= 参考サイト =
----
CategoryMac