~jamesaorson/bootstrap

29feea38 — James Orson 17 days ago
Add auto-signing to default
e48c4e1d — James Orson 17 days ago
Enable commit signing for work vscode
1a9076fd — James Orson 24 days ago
Add -s to com alias

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~jamesaorson/bootstrap
read/write
git@git.sr.ht:~jamesaorson/bootstrap

You can also use your local clone with git send-email.

#Linux Config

#Setup

Run bootstrap if you want everything

You can also pick and choose modules by listing the directories to install and they will install in that order

./bootstrap apt bat #NOTE: Installs apt scripts and cat-alternative, bat

#Docker Container

You can build and run this locally at a whim

sudo podman build --tag dev --progress=plain .
sudo podman run -it -v ~/.ssh:/home/dev/.ssh:ro localhost/dev:latest
Do not follow this link