6
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

私的なmacOS環境構築手順

Last updated at Posted at 2019-01-09

前提条件

macOS をクリーン インストールした状態からスタート

Xcode Command Line Tools

xcode-select --install

後は流れでクリック

Homebrew

公式サイト にしたがってインストール。

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

よく使うパッケージをインストール。

brew install coreutils
brew install dos2unix
brew install gnu-sed
brew install nkf
brew install shellcheck
brew install tmux
brew install tree
brew install zsh

brew install --cask alfred
brew install --cask google-chrome
brew install --cask krisp
brew install --cask visual-studio-code
brew install --cask zoom
brew install --cask font-fira-code-nerd-font

Terminal.app

カラースキーマは Iceberg を使用。
その他のプロファイルは不要なので削除。

Iceberg インストール後、フォントを Nerd Fonts に変更。

ターミナル

個人の dotfiles を復元。

curl -fsSL https://github.com/m5d215/dotfiles/raw/master/install.sh | bash -

VSCode

個人の 設定 を復元。

curl -fsSL https://github.com/m5d215/vscode/raw/master/install.sh | bash -

Alfred

基本は Alfred の同期機能を使用する。

以下は手動でコピーしてくる。

  • ~/Library/Application Support/Alfred/Databases/clipboard.alfdb
6
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?