/.dotfiles

Personalized development environment for  macOS machines

Primary LanguageShellMIT LicenseMIT

Dotfiles

This directory contains the dotfles for my development environment

Requirements

Installation

1. Install required software

xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install stow make

2. Clone Repository

git clone https://github.com/janbiasi/.dotfiles.git
cd .dotfiles

3. Apply macOS configuration

make macos

4. Apply or update setup configuration

make install
# ... or incremental update via:
make update