Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 916 Bytes

File metadata and controls

28 lines (21 loc) · 916 Bytes

.dotfiles


セットアップ

  1. Homebrew インストール
    • /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    • Homebrew に従いパスを通す
  2. git インストール
    • brew install git
  3. インストールスクリプトを叩く
    • curl -o - https://raw.githubusercontent.com/kitamuraDev/dotfiles/main/install | sh
  4. VScode を起動 && ~/Library/Application\ Support/Code/User/settings.jsonを削除(シンボリックリンクを貼るので)
  5. VScode セットアップスクリプトを叩く
    • sh ~/dotfiles/vscode_setup
  6. .gitignore のシンボリックリンクを貼る
    • ln -s ~/dotfiles/.gitignore ~

symlink が生きているファイルを事前に削除

curl -o - https://raw.githubusercontent.com/kitamuraDev/dotfiles/main/delete-symlink | sh