https://github.com/itprokyle/dotfiles
My collection of dotfiles.
https://github.com/itprokyle/dotfiles
chezmoi dotfiles zsh
Last synced: 10 months 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T05:28:47.000Z (over 1 year ago)
- Last Synced: 2024-12-10T11:56:34.338Z (over 1 year 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
[](https://github.com/ITProKyle/dotfiles/actions/workflows/ci.yml)
[](https://github.com/pre-commit/pre-commit)
[](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)"
```