Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)"
```