- Homebrew インストール
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Homebrew に従いパスを通す
- git インストール
brew install git
- インストールスクリプトを叩く
curl -o - https://raw.githubusercontent.com/kitamuraDev/dotfiles/main/install | sh
- VScode を起動 &&
~/Library/Application\ Support/Code/User/settings.json
を削除(シンボリックリンクを貼るので) - VScode セットアップスクリプトを叩く
sh ~/dotfiles/vscode_setup
- .gitignore のシンボリックリンクを貼る
ln -s ~/dotfiles/.gitignore ~
curl -o - https://raw.githubusercontent.com/kitamuraDev/dotfiles/main/delete-symlink | sh
.
├── Brewfile
├── README.md
├── delete-symlink
├── extensions
├── install
└── packages
├── git
├── starship
├── vim
├── vscode
│ ├── keybindings.json
│ └── settings.json
└── zsh