https://github.com/pinelibg/dotfiles
My configuration files managed by chezmoi
https://github.com/pinelibg/dotfiles
chezmoi dotfiles vimrc zinit zsh
Last synced: about 2 months ago
JSON representation
My configuration files managed by chezmoi
- Host: GitHub
- URL: https://github.com/pinelibg/dotfiles
- Owner: pinelibg
- License: mit
- Created: 2017-04-21T07:22:46.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2026-03-08T17:37:17.000Z (2 months ago)
- Last Synced: 2026-03-08T21:31:42.151Z (2 months ago)
- Topics: chezmoi, dotfiles, vimrc, zinit, zsh
- Language: Shell
- Homepage:
- Size: 410 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# pinelibg's dotfiles
[](https://github.com/pinelibg/dotfiles/actions/workflows/lint.yml?query=event%3Apush+branch%3Amain)
[](https://github.com/pinelibg/dotfiles/actions/workflows/test.yml?query=event%3Apush+branch%3Amain)
[](https://opensource.org/licenses/MIT)
This repository contains my personal configuration files for shells and editors.
## Features
- uses [chezmoi](https://www.chezmoi.io/) to manage dotfiles
- runs on Linux, macOS and Windows
- contains settings for
- Bash (shell)
- Zsh (shell)
- PowerShell (shell)
- Neovim (editor)
## Install
### Quick Install
Install dotfiles with a single command:
```sh
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b "${HOME}/.local/bin" init --apply pinelibg
```
### Alternative Methods
#### Using existing chezmoi
If you already have chezmoi installed ([Install chezmoi](https://www.chezmoi.io/install/)):
```sh
chezmoi init --apply pinelibg
```
#### Manual setup
Clone and run the setup script:
```sh
git clone https://github.com/pinelibg/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.sh
```
## Migration
If you're upgrading from the previous version of this dotfiles repository, see [Migration Guide](docs/MIGRATION.md).
## License
The code is available under the MIT license.
See the [LICENSE.txt](LICENSE.txt) file for more information.