Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itprokyle/dotfiles
My collection of dotfiles.
https://github.com/itprokyle/dotfiles
chezmoi dotfiles zsh
Last synced: 16 days ago
JSON representation
My collection of dotfiles.
- Host: GitHub
- URL: https://github.com/itprokyle/dotfiles
- Owner: ITProKyle
- License: apache-2.0
- Created: 2022-03-04T14:03:21.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T05:28:47.000Z (25 days ago)
- Last Synced: 2024-12-10T11:56:34.338Z (23 days ago)
- Topics: chezmoi, dotfiles, zsh
- Language: Shell
- Homepage:
- Size: 600 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
[![CI](https://github.com/ITProKyle/dotfiles/actions/workflows/ci.yml/badge.svg)](https://github.com/ITProKyle/dotfiles/actions/workflows/ci.yml)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![renovate](https://img.shields.io/badge/enabled-brightgreen?logo=renovatebot&logoColor=%2373afae&label=renovate)](https://developer.mend.io/github/ITProKyle/dotfiles)Kyle Finley's dotfiles, managed with [chezmoi](https://www.chezmoi.io/).
Install them with:
```console
chezmoi init ITProKyle
```Once completed, you may need to logout then back in for all changes to take effect as some things are setup in [`.zprofile`](./src/dot_zprofile).
This will always be the case for new initializations but only some updates.## [`install.sh`](./install.sh)
The [`install.sh`](./install.sh) script can be used to setup Codespaces, devcontainers, or Linux systems.
### Linux
```console
bash -c "$(curl -s https://raw.githubusercontent.com/ITProKyle/dotfiles/master/install.sh)"
```