Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 774 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 774 Bytes

dotfiles

A backup of my dotfiles. Feel free to review/improve/fork!

Setup

This will download the latest installation script and run it.

It's also what will be automatically used by GitHub Codespaces.

curl https://raw.githubusercontent.com/dijonkitchen/dotfiles/main/initialize.sh | bash

Go through prompts, if any.

Open a new terminal for latest settings.

Manual setup

Follow along comments in ./initialize.sh.

Then, open a new terminal.

IntelliJ

You may need to add /usr/local/bin as shell script path for IntelliJ.

Backup brew packages

brew bundle dump -f --file=- > Brewfile