Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickpellant/dotfiles
My dotfiles.
https://github.com/nickpellant/dotfiles
chezmoi dotfiles
Last synced: 7 days ago
JSON representation
My dotfiles.
- Host: GitHub
- URL: https://github.com/nickpellant/dotfiles
- Owner: nickpellant
- License: mit
- Created: 2021-02-01T21:12:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T16:58:58.000Z (about 1 year ago)
- Last Synced: 2023-10-02T22:45:00.954Z (about 1 year ago)
- Topics: chezmoi, dotfiles
- Language: Shell
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
My dotfiles for multiple machines.
## Table of Contents
* [Install](#install)
* [Usage](#usage)## Install
Use `make` to install [homebrew](https://brew.sh/) and [chezmoi](https://chezmoi.io/).
```bash
$ make install
```## Usage
Use `chezmoi` to initate a new machine.
```bash
$ chezmoi init [email protected]:nickpellant/dotfiles.git
```See [chezmoi](https://chezmoi.io/) documentation for further usage.