Skip to content

My dotfiles for my Mac-based development setup

License

Notifications You must be signed in to change notification settings

devtobi/dotfiles

Repository files navigation

Last commit License


dotfiles

advanced dotfile setup for macOS-based systems

Table of Contents

About The Project

This repository contains my current dotfile configuration I use on my macOS-based systems. It contains various tools for an advanced development setup.

Built With

This repository contains dotfiles for various tools including:

Getting Started

To get the dotfiles up and running follow these simple steps.

Prerequisites

  • chezmoi must be installed and available on your $PATH

Installation

  1. Clone dotfiles via chezmoi
chezmoi init devtobi
  1. Apply dotfiles (overrides your current files)
chezmoi apply
  1. Further customize dotfiles for your own needs

Info: With chezmoi update you can pull the latest changes from this repo. Keep in mind that changes you made by yourself will be overwritten.

Usage

The dotfiles contain various configurations for homebrew and other tools. To use those brew and mas must be available in your $PATH.

  1. Download CLI tools, Desktop applications with homebrew and mas (Customize Brewfile for your own apps)
brew bundle
  1. Load configurations from iCloud storage with mackup (Store via mackup backup)
mackup restore
  1. Setup your ssh and gpg keys. This must be done manually.

Info: After doing all those steps your development setup should be ready to go! Congratulations.

License

Distributed under the MIT License. See LICENSE for more information.

About

My dotfiles for my Mac-based development setup

Topics

Resources

License

Stars

Watchers

Forks