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

https://github.com/djiit/dotfiles


https://github.com/djiit/dotfiles

dotfiles

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# dotfiles

## Usage

### From scratch

```bash
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply Djiit
```

### From this repository

Clone this repository (manually or with Codespaces dotfiles integration) and run the install script:

```bash
./install.sh
```

## Development

Use the devcontainer to try out changes in a clean environment.