Macの初期設定 手順書
クリーンインストール後の設定を書きます。
その前にやること
2段階認証解除した?
端末依存のデータをバックアップした?
ライセンス認証解除が必要なアプリのチェックした?
ssh,bash_profileのバックアップ
terminal で git 関連のインストール
2020/10現在インストールが失敗するので
https://developer.apple.com/download/more/ から command line tool を手動インストールした。
## git を実行することで周辺ツールのインストールを行う
git
AppStore経由のアプリは必要なものをポチポチする
1Password
AS Timer
Homebrewのインストール 2020/10 現在
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
zshの auto complete機能有効化
echo 'autoload -Uz compinit\ncompinit' >> ~/.zshrc
nodenv のセットアップ
brew install nodenv
## 設定ファイル
echo 'export PATH="$HOME/.nodenv/bin:$PATH"' >> ~/.zshrc
echo 'eval "$(nodenv init -)"' >> ~/.zshrc
yarn 自動インストール
mkdir -p "$(nodenv root)/plugins"
git clone https://github.com/pine/nodenv-yarn-install.git "$(nodenv root)/plugins/nodenv-yarn-install"
brew cask
brew cask install clipy # 一度起動して、初期設定をする
brew cask install github
brew cask install bettertouchtool
brew install --cask mounty # mac で NTFSを扱うときに使うソフト
トラックパッドの設定
MissionControlの設定
Dockの設定
タイトルバーダブルクリックでウィンドウしまう
Chromeでアカウント認証
Finder環境設定
入力補助
リピート速く
# System Preferences > Keyboard >
defaults write NSGlobalDomain KeyRepeat -int 2
# System Preferences > Keyboard >
defaults write NSGlobalDomain InitialKeyRepeat -int 15
画面移動 + フルキーボードアクセスON
キーボード → ショートカットタブ
ことえりの削除とGoogleIMEの紐付け
全角スペース入力禁止(全角入力時Shift+Spaceで一応可)
¥キーの入力 バックスラッシュ
不可視ファイルの表示
command + shift + .
で 表示非表示を切り替える
参考リンク
・ homebrew-caskを使って簡単にMacの環境構築をしよう!
http://nanapi.co.jp/blog/2014/03/05/homebrew-cask/
Author And Source
この問題について(Macの初期設定 手順書), 我々は、より多くの情報をここで見つけました https://qiita.com/GENYA/items/bae8eb31f4f895a27942著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .