Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```