Compare commits

...
Sign in to create a new pull request.

14 commits

10 changed files with 24 additions and 8 deletions

2
.blackbox/.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
blackbox-admins.txt text eol=lf
blackbox-files.txt text eol=lf

View file

@ -0,0 +1 @@
561175887C6BE8AE1D5188CB55B058A80530EF22

View file

@ -0,0 +1,2 @@
git/.gituser
ssh/.ssh/config

BIN
.blackbox/pubring.kbx Normal file

Binary file not shown.

BIN
.blackbox/trustdb.gpg Normal file

Binary file not shown.

12
.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
*.id_ed25519
*.id_rsa
*.pub
id_rsa
known_hosts
/.blackbox/pubring.gpg~
/.blackbox/pubring.kbx~
/.blackbox/secring.gpg
/git/.gituser
/ssh/.ssh/config

View file

@ -1,9 +1,5 @@
[user]
name = Josh Sherman
email = joshsherman@gmail.com
[github]
user = joshtronic
[include]
path = ~/.gituser
[credential]
helper = cache --timeout=86400
@ -11,6 +7,7 @@
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[core]

BIN
git/.gituser.gpg Normal file

Binary file not shown.

View file

@ -4,7 +4,7 @@ if [ -z "$HOME" ]; then
echo "Seems you're \$HOMEless :("; exit 1;
fi
COMMANDS="curl git stow"
COMMANDS="blackbox_postdeploy curl git stow"
for COMMAND in $COMMANDS; do
if ! command -v "$COMMAND" &> /dev/null; then
@ -23,7 +23,9 @@ else
git pull origin main
fi
stow git screen vim zsh
blackbox_postdeploy
stow git screen ssh vim zsh
cd "$HOME" || exit
rm -f "${HOME}/.zcompdump*"

BIN
ssh/.ssh/config.gpg Normal file

Binary file not shown.