Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T23:29:42.000Z (almost 4 years ago)
- Last Synced: 2024-11-10T13:11:43.768Z (2 months ago)
- Topics: chezmoi, dotfiles, fish, homebrew, neovim, ssh
- Language: Shell
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 3
- 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
```