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).
- Prerequisites
- Installation
- Usage
- Code of Conduct
- Contributing
- Contributors
- Changelog
- Prior Art
- License
# 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
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.
Name | Website |
---|---|
Anthony Maki | https://anthony.app |