https://github.com/4cm4k1/dotfiles
Quick, idempotent arbitrary OS configuration utility – made with Dotbot
https://github.com/4cm4k1/dotfiles
bootstrap configuration dotfiles macos setup
Last synced: 3 months ago
JSON representation
Quick, idempotent arbitrary OS configuration utility – made with Dotbot
- Host: GitHub
- URL: https://github.com/4cm4k1/dotfiles
- Owner: 4cm4k1
- License: other
- Created: 2017-03-16T21:42:16.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T11:00:37.000Z (over 3 years ago)
- Last Synced: 2025-08-08T10:44:05.707Z (11 months ago)
- Topics: bootstrap, configuration, dotfiles, macos, setup
- Language: Shell
- Homepage:
- Size: 438 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: .github/contributing.md
- License: license
- Code of conduct: .github/code_of_conduct.md
Awesome Lists containing this project
README
# dotfiles
[](https://prettier.io/) [](https://renovatebot.com/) [](https://github.com/4cm4k1/dotfiles/releases) [](license) [](https://app.fossa.io/projects/git%2Bgithub.com%2F4cm4k1%2Fdotfiles?ref=badge_small)
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](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Code of Conduct](#code-of-conduct)
- [Contributing](#contributing)
- [Contributors](#contributors)
- [Changelog](#changelog)
- [Prior Art](#prior-art)
- [License](#license)
## Prerequisites
- [Curl](https://github.com/curl/curl) _**or**_
- [Git](https://github.com/git/git)
## Installation
```shell
# 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.
## [Code of Conduct](.github/code_of_conduct.md)
## [Contributing](.github/contributing.md)
## Contributors
| Name | Website |
| ---------------- | --------------------- |
| **Anthony Maki** | |
## [Changelog](changelog.md)
## Prior Art
- [alexkaratarakis/gitattributes](https://github.com/alexkaratarakis/gitattributes)
- [anishathalye/dotbot](https://github.com/anishathalye/dotbot)
- [mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles)
- [mixu/gr](https://github.com/mixu/gr)
- [simonwhitaker/gibo](https://github.com/simonwhitaker/gibo)
## [License](license)
[](https://app.fossa.io/projects/git%2Bgithub.com%2F4cm4k1%2Fdotfiles?ref=badge_large)