0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Mac初期設定

Last updated at Posted at 2020-04-03

買った

MacBook Air 2020
macOS Catalina

最初にやる

よく使うやつ

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

$ brew install bat colordiff ghq git go htop jq kotlin node tig tree yarn zsh
$ brew install clipy docker google-chrome intellij-idea iterm2 slack sourcetree visual-studio-code

設定

zsh

zshを使ってみる - Qiita

git

$ git config --global user.email 'XXX'
$ git config --global user.name 'XXX'

$ git config --global alias.st status
$ git config --global alias.cm commit
$ git config --global alias.br branch
$ git config --global alias.ch checkout
$ git config --global alias.sw switch

GitHub

GitHubでssh接続する手順~公開鍵・秘密鍵の生成から~ - Qiita

iTerm2

iTerm2 にステータスバーが付いた - Qiita

peco

pecoでzshのコマンド履歴検索を超快適にする! - Qiita

Octotree

Actionsタブとかでは無効にする設定しとく
image.png

0
3
1

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
0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?