https://github.com/jim60105/dotfiles
My personal dotfiles (dotfiles)
https://github.com/jim60105/dotfiles
chezmoi dotfiles dotfiles-linux vimrc zinit zshrc
Last synced: 3 months ago
JSON representation
My personal dotfiles (dotfiles)
- Host: GitHub
- URL: https://github.com/jim60105/dotfiles
- Owner: jim60105
- License: gpl-3.0
- Created: 2024-10-11T23:19:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-12-21T07:26:48.000Z (3 months ago)
- Last Synced: 2025-12-23T01:27:04.640Z (3 months ago)
- Topics: chezmoi, dotfiles, dotfiles-linux, vimrc, zinit, zshrc
- Language: Shell
- Homepage:
- Size: 256 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles Repository
This repository contains my personal dotfiles.
I use [Chezmoi](https://www.chezmoi.io) to manage this dotfiles repo.
For more information on how to personalize GitHub Codespaces with your own dotfiles, please refer to the [GitHub documentation](https://docs.github.com/en/codespaces/setting-your-user-preferences/personalizing-github-codespaces-for-your-account#dotfiles).
## Start with chezmoi
> [!CAUTION]
> This repository contains my personal configurations.
> Please fork it first and make your changes before applying them.
> Pay special attention to `.chezmoi.toml.tmpl` and `.gitconfig`.
```shell
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME
```
## License

[GNU GENERAL PUBLIC LICENSE Version 3](LICENSE)
Copyright (C) 2024 Jim Chen .
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see [https://www.gnu.org/licenses/](https://www.gnu.org/licenses/).