https://github.com/kawamataryo/dotfiles
My dotfiles managed by chezmoi and pass.
https://github.com/kawamataryo/dotfiles
chezmoi dotfiles fish homebrew neovim ssh
Last synced: about 1 month ago
JSON representation
My dotfiles managed by chezmoi and pass.
- Host: GitHub
- URL: https://github.com/kawamataryo/dotfiles
- Owner: kawamataryo
- Created: 2021-02-13T13:02:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-27T03:26:06.000Z (5 months ago)
- Last Synced: 2026-01-27T14:22:43.479Z (5 months ago)
- Topics: chezmoi, dotfiles, fish, homebrew, neovim, ssh
- Language: Lua
- Homepage:
- Size: 79.1 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Kawamataryo's dotfiles managed by [chezmoi](https://www.chezmoi.io/).
## Get started
#### 1. Install chezmoi
```
brew install chezmoi
```
#### 2. Clone dotfiles
```
chezmoi init https://github.com/kawamataryo/dotfiles.git
```
#### 3. Login to 1password cli
```
# On bash
eval $(op my.1password.com メールアドレス)
# On fish with fish-replay
replay 'eval $(op my.1password.com メールアドレス)'
```
#### 4. Apply dotfiles
```
chezmoi apply
```