Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kavinvin/dotfiles
- Owner: kavinvin
- Created: 2022-08-25T02:31:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T16:45:28.000Z (5 months ago)
- Last Synced: 2024-06-20T04:52:05.046Z (5 months ago)
- Topics: dotfiles, fish, neovim, vim
- Language: Shell
- Homepage:
- Size: 104 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"
```Apply changes
```bash
$ chezmoi apply
```### Pull and apply dotfiles change from this repo
```bash
$ chezmoi update
```Inspired by https://github.com/heypoom/dotfiles