Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chimurai/dotfiles
https://github.com/chimurai/dotfiles
chezmoi dotfiles
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chimurai/dotfiles
- Owner: chimurai
- Created: 2020-12-12T16:10:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-05T09:08:39.000Z (over 1 year ago)
- Last Synced: 2024-10-03T12:44:46.388Z (about 1 month ago)
- Topics: chezmoi, dotfiles
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 39
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github.com/chimurai/dotfiles
dotfiles, managed with [`chezmoi`](https://github.com/twpayne/chezmoi).
## Install
This'll install Homebrew and chezmoi. After installation `chezmoi` will be initialized.
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/chimurai/dotfiles/master/install.sh)"
```## Manual install
Prerequisite: Homebrew & chezmoi
```shell
# Setup
chezmoi init https://github.com/chimurai/dotfiles.git# Configure ~/.config/chezmoi/chezmoi.toml
chezmoi init
```