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.
- Host: GitHub
- URL: https://github.com/josiahbull/dotfiles
- Owner: JosiahBull
- License: mit
- Created: 2022-01-06T01:13:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T02:31:59.000Z (over 1 year ago)
- Last Synced: 2025-03-11T05:48:33.806Z (over 1 year ago)
- Topics: dotfiles, setup, shell
- Language: Shell
- Homepage:
- Size: 234 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```