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

https://github.com/josiahbull/dotfiles

A collection of scripts to setup my shell environment.
https://github.com/josiahbull/dotfiles

dotfiles setup shell

Last synced: about 2 months ago
JSON representation

A collection of scripts to setup my shell environment.

Awesome Lists containing this project

README

          

# Dotfiles

This repo contains the setup for my shell environment.

```bash
curl https://raw.githubusercontent.com/JosiahBull/dotfiles/main/install.sh | bash
```

# Dev Containers

This repo also builds a dev container for use with VSCode and Zed.

```Dockerfile
FROM ghcr.io/josiahbull/dotfiles:main AS base

# Install any additional packages here
```