https://github.com/firstmover/dotfiles
Personal dotfiles
https://github.com/firstmover/dotfiles
chezmoi dotfiles vim zsh
Last synced: 2 months ago
JSON representation
Personal dotfiles
- Host: GitHub
- URL: https://github.com/firstmover/dotfiles
- Owner: firstmover
- License: mit
- Created: 2021-08-29T21:14:42.000Z (almost 5 years ago)
- Default Branch: public
- Last Pushed: 2022-10-28T03:09:11.000Z (over 3 years ago)
- Last Synced: 2025-08-07T18:35:40.284Z (11 months ago)
- Topics: chezmoi, dotfiles, vim, zsh
- Language: Python
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Personal dotfiles.
## Usage
1. Install [chezmoi](https://github.com/twpayne/chezmoi)
```bash
curl -sfL https://git.io/chezmoi | sh -s -- -b ./.bin
```
2. Install dotfile with chezmoi
```bash
~/.bin/chezmoi -S ~/.chezmoi init https://github.com/firstmover/dotfiles.git
```
3. Apply dotfile to local machine
```bash
~/.bin/chezmoi -S ~/.chezmoi apply
```
## Acknowledgement
[thoughtbot/dotfiles](https://github.com/thoughtbot/dotfiles)
[wfxr/dotfiles](https://github.com/wfxr/dotfiles)
[vacancy/dotfiles](https://github.com/vacancy/dotfiles)