https://github.com/property404/shell-stuff
Just my personal dotfiles and whatnots
https://github.com/property404/shell-stuff
Last synced: about 1 year ago
JSON representation
Just my personal dotfiles and whatnots
- Host: GitHub
- URL: https://github.com/property404/shell-stuff
- Owner: Property404
- Created: 2016-12-31T19:56:20.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T22:36:11.000Z (over 1 year ago)
- Last Synced: 2025-02-02T11:41:40.248Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shell Stuff
Dotfiles and system setup for Dagan
## Usage
`./bootstrap.sh --profile `
## Profiles
Profiles can enable and disable features, specify specific packages, and run
arbitrary commands. Profiles inherit from other profiles. Each profile should
have at most one parent.
Profies are listed `./profiles`
## Testing with docker
`docker build -f docker/ .`