dijonkitchen / dotfiles

My configuration files! Hope you find something useful!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My configuration files! Hope you find something useful!

License:MIT License


Languages

Language:Shell 97.1%Language:Ruby 2.9%