一気に2台のMacの環境構築を行うことになったのでメモ
個人的な初期設定
- 不要なDockの削除
- ターミナルをHomebrew、透過55%でデフォルト設定
- Finderのサイドバーにホームディレクトリの追加
chflags nohidden ~/
- Finderに隠しファイルの表示
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
- Homebrew設定
xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap homebrew/cask
brew tap homebrew/cask-versions
- 使用モジュールインストール
brew install \
curl \
coreutils \
findutils \
tree \
gnu-sed \
graphviz \
awscli \
docker
brew tap heroku/brew && brew install heroku
- 使用アプリインストール
brew install \
google-chrome \
sublime-text \
iterm2 \
slack \
libreoffice \
postman \
visual-studio-code \
clipy \
docker \
zoom \
xmind --cask
- Dockに追加
open -a '/Applications/Google Chrome.app'
open -a '/Applications/Slack.app'
open -a '/Applications/Sublime Text.app'
open -a '/Applications/LibreOffice.app'
open -a '/Applications/Visual Studio Code.app'
open -a '/Applications/Clipy.app'
-
タブに固定 or ブックマーク
- gmailログイン
- slackログイン
- リポジトリサービスログイン
- cacooログイン
- チケット管理ツールログイン
- Qiitaログイン
- simplenoteログイン
-
Chrome拡張設定
- ato-ichinen
- ColorPick Eyedropper
- Wappalyzer
- OneTab
- EditThisCookie
- WPSNIFFER
- JSONView
- Google Apps Script Github アシスタント
- Vimium
- Google 翻訳
- Full Page Screen Capture
雑感
dotfilesやシェル化できればもっと良いんだけど..