Dotfiles.
$ git clone https://github.com/toshi-toma/dotfiles.git
$ cd dotfiles
$ chmod +x brew.sh
$ sh brew.sh
$ chmod +x install.sh
$ sh install.sh
$ chmod +x vscode.sh
$ sh vscode.sh
iTerm2のおすすめ設定〜ターミナル作業を効率化する〜
を設定すると、どの画面上でもショートカットキー(option + Space)でフルスクリーン表示ができるようになる。
Ricty Diminished からダウンロード。 「font」はFamilyは「Ricty Diminished」を選択して、TypeFaceは「Bold」でSizeは「14」。
colorschemesからcolor schemeをダウンロードして
Color Presetsは「Cobalt2」を指定。
「Profiles」→「Text」→「Treat ambiguous-width characters as double-width」にチェック
「General」→「Command」→「/bin/zsh」を指定。
- Visual Studio Codeを起動
- コマンドパレットを開く(cmd+shift+p)
- "Shell Command: Install 'code' command in PATH"を選択
cat .vscode/extensions.txt | xargs -n 1 code --install-extension
code --list-extensions > .vscode/extensions.txt