Skip to content

4cm4k1/dotfiles

Repository files navigation

dotfiles

Prettier Renovate Latest Release License FOSSA Status

This repo contains the source code for idempotently creating, maintaining, and synchronizing my dotfiles, configuration, and software packages (Homebrew, Yarn, Rust, Python, etc.) on an arbitrary Unix-based operating system (note: the commands used assume macOS).

Table of Contents

Prerequisites

Installation

# With Git
git clone https://github.com/4cm4k1/dotfiles # clones this repo
cd dotfiles # changes directories
./files/install # initiates installation using Dotbot

# With Curl
mkdir dotfiles # creates directory
curl -sL https://github.com/4cm4k1/dotfiles/tarball/master | tar -xz --strip-components 1 -C dotfiles # downloads and extracts tarball of this repo to created directory
cd dotfiles # changes directories
./files/install # initiates installation using Dotbot

Usage

Currently, the install script is incomplete, so while dotfiles will be symbolically linked and Git submodules updated, nothing else (such as installing Homebrew and Yarn dependencies) will occur. This will change soon.

Contributors

Name Website
Anthony Maki https://anthony.app

Prior Art

FOSSA Status