Skip to content

tearoom6/dotfiles

Repository files navigation

tearoom6 dotfiles

Update Git submodules

git submodule update --init

Create symlinks to dotfiles

$ git clone https://github.com/tearoom6/dotfiles.git
$ cd dotfiles/
$ ./setup.sh

Install Homebrew & packages (macOS only)

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew tap Homebrew/bundle
$ brew bundle

# Optional: Remove unlisted items in Brewfile.
$ brew bundle cleanup
$ brew bundle cleanup --force
$ anyenv install --init

Setup Atom (macOS only)

$ ~/.atom/setup.sh

Setup VSCode (macOS only)

$ ~/.vscode/setup.sh