- まずは、ヘルプデスク苅谷さんにADの設定とかしてもらう
- mediba.jpのアカウントを作成
- クレジットカードの情報は、アカウント作成後に削除
- App StoreからDL、インストール
- Command Line Tool for Xcodeをインストール
$ xcode-select --install
$ sudo xcrun cc
agree
MenuMeters
- セットアップ
- MenuMeters
- CPU
- CPUメータを表示: グラフ&パーセント
- パーセント表示オプション: ユーザとシステム(小文字サイズ 小)
- カラーオプション
- ディスク
- ディスクメータを表示: ディスクに矢印(大)
- 更新間隔(秒): 1.0
- メモリ
- ネットワーク
- NTPサーバを ntp.nict.jp に変更
- 時計の表示を デジタル時計 -> 秒を表示 -> 24時間表示にする
- ポイントとクリック
- タップでクリック(1本指でタップ)
- 軌跡の速さ(目盛りを真ん中に)
- その他のジェスチャ
- Mission Controll
- アプリケーションExpose
- Launchpad
- サイズ
- 画面上の位置
- Dockを自動的に隠す/表示
- 起動中のアプリケーションをアニメーションで表示
- 起動済みのアプリケーションにインジケータを表示
- キーボード
- F1,F2などのすべてのキーを標準のファンクションキーとして使用
- ショートカット
- Spotlight
- Spotlight検索を表示
Ctl + Space
- Finderの検索ウィンドウを表示
- 入力ソース
- 一般
- プロファイル
- Proを選択
- テキスト
- テキスト
- テキストをアンチエイリアス処理
- 点滅テキストの使用を許可
- ANSIカラーを表示
- カーソル
- ウィンドウ
- シェル
$ ssh-keygen -t rsa -C kitada@mediba.jp
$ cp memo/ssh/config ~/.ssh/config
- 公開鍵をgithubとかbitbucketに登録する
$ cd $HOME
$ git clone git@github.com:mediba-Kitada/dotfiles.git
- Chromeを起動し、アプリケーションをDL
- 設定ファイルをコピー
cp path/to/dotfiles/.config/karabiner/karabiner.json ~/.config.karabiner/karabiner.json
- Homebrew(cask)で管理
- システム環境設定
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# 各アプリケーションをインストール
$ cd $HOME/dotfiles
$ brew bundle
$ cd $HOME/dotfiles
$ make go-install
$ bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
# ログインシェルをzshに変更
$ chsh -s /bin/zsh
$ cd $HOME/dotfiles
$ sh install.sh
$ source .zshrc
# powerline-statusのインストール
$ pip3 install --user powerline-status
# powerline用フォントをインストール
$ cd $HOME/dotfiles
$ sh fonts/install.sh
- terminalのフォントを変更
- プロファイル
- Proを選択
- テキスト
- フォント
- DejaVu Sans Mono for Powerline
- 13pt
# eslint-language-serverのインストール(グローバルで必要)
$ yarn global add typescript eslint
# deinのインストール
$ curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh
$ sh ./installer.sh ~/.cache/dein
$ pip3 install neovim
# vimを起動しdeinと各種LSPサーバの初期設定
:call dein#install()
:LspInstallServer vim-language-server
:LspInstallServer eslint-language-server
:LspInstallServer gopls
:LspInstallServer bash-language-server
$ mkdir HOME/.aws
$ cp memo/aws/credentials $HOME/.aws/credentials
$ git config --global core.excludesfile ~/.gitignore
$ git config --global core.excludesfile