Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kavinvin/dotfiles

Kavin's dotfiles
https://github.com/kavinvin/dotfiles

dotfiles fish neovim vim

Last synced: 15 days ago
JSON representation

Kavin's dotfiles

Awesome Lists containing this project

README

        

# Kavin's dotfiles

## Usage

### Installation

```bash
sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply kavinvin
```

### Configure your local settings

Create or edit toml file at `~/.config/chezmoi/chezmoi.toml`

```toml
[data.git]
username = "your username"
email = "your email"
```

Apply changes

```bash
$ chezmoi apply
```

### Pull and apply dotfiles change from this repo

```bash
$ chezmoi update
```

Inspired by https://github.com/heypoom/dotfiles