https://github.com/kavinvin/dotfiles
Kavin's dotfiles
https://github.com/kavinvin/dotfiles
dotfiles fish neovim vim
Last synced: 4 months ago
JSON representation
Kavin's dotfiles
- Host: GitHub
- URL: https://github.com/kavinvin/dotfiles
- Owner: kavinvin
- Created: 2022-08-25T02:31:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-09T16:51:56.000Z (about 1 year ago)
- Last Synced: 2025-08-14T00:26:41.606Z (10 months ago)
- Topics: dotfiles, fish, neovim, vim
- Language: Shell
- Homepage:
- Size: 85.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
signingKey = "your gpg key"
use1PasswordGpg = false
```
Apply changes
```bash
$ chezmoi apply
```
### Pull and apply dotfiles change from this repo
```bash
$ chezmoi update
```
Inspired by https://github.com/heypoom/dotfiles