codello / dotfiles

Codello's dotfiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codello’s Dotfiles

These are the dotfiles of @codello, managed with chezmoi.

Quick Start

In order to configure a new macOS system you need to run multiple commands

# Install Homebrew, see https://brew.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install chezmoi
brew install chezmoi
# Configure dotfiles
chezmoi init --apply codello

The dotfiles configuration does not manage Homebrew itself.

Caveats

  • Currently only macOS systems are supported.

About

Codello's dotfiles.

License:MIT License


Languages

Language:Shell 87.9%Language:Python 11.0%Language:Ruby 1.1%