LoginSignup
2

macが壊れたので初期設定メモ

Last updated at Posted at 2016-06-28

ソフトウェア

Google Chrome

Google Chrome canary

Brave

Google IME

goland

VSCode

golang

iTerm2

設定

  • Scrollback Lines: 20,000
  • color theme
  • http://iterm2colorschemes.com/
  • Wez
  • blazer
  • solarized dark
  • red alert
  • etc...
    • ENCOM
  • ビープ音 消去
    • [Preferences] -> [Profile] -> [Terminalタブ] -> Silence bell check.

Karabiner(KeyRemap4MacBook)

  • Other plain hjkl operations
  • Control_L+hjkl to Left/Down/up/Right

just focus

caffeine

atom

obsidian

alfred

appcleaner

fork

trailer

Xcode

1password

Clipy

Sketch

ShiftIt

Kindle

Slack

Discord

Docker

pritunl

deepl

zoom

Macvim

$ brew install macvim
$ ln -s /opt/homebrew/Cellar/macvim/x.x-xxx/MacVim.app/ /Applications/

設定

.bash_profile

alias ll='ls -la'

.gitconfig

.gitconfig
[user]
	name = xxx
	email = xxx@xxx
[http "https://gopkg.in"]
	followRedirects = true
[url "git@github.com:"]
	insteadOf = https://github.com/
[core]
	excludesfile = ~/.gitignore_global

.gitignore_global

.gitignore_global
*~
.DS_Store

ショートカット

通知センターの表示

  • ^N

前の入力ソースに切り替え

  • ctrl + スペース

日付と時刻

通知

省エネルギー

  • 電池の残量(%) 表示

カレンダー

システム環境設定 > アクセシビリティ > マウス/トラックパッド > トラックパッドオプション

3本指ドラックの有効化
https://support.apple.com/ja-jp/HT204609

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
2