Compare commits
14 commits
Author | SHA1 | Date | |
---|---|---|---|
12be915c51 | |||
582090d354 | |||
a60e9daf74 | |||
9cdd713a0c | |||
3003635991 | |||
675ad0ec3d | |||
141b7057c9 | |||
66a1be120f | |||
79d70bd96c | |||
11c1b18cc6 | |||
9641c315e2 | |||
a24f369053 | |||
310907a0b3 | |||
0e679fb649 |
10 changed files with 24 additions and 8 deletions
2
.blackbox/.gitattributes
vendored
Normal file
2
.blackbox/.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
blackbox-admins.txt text eol=lf
|
||||
blackbox-files.txt text eol=lf
|
1
.blackbox/blackbox-admins.txt
Normal file
1
.blackbox/blackbox-admins.txt
Normal file
|
@ -0,0 +1 @@
|
|||
561175887C6BE8AE1D5188CB55B058A80530EF22
|
2
.blackbox/blackbox-files.txt
Normal file
2
.blackbox/blackbox-files.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
git/.gituser
|
||||
ssh/.ssh/config
|
BIN
.blackbox/pubring.kbx
Normal file
BIN
.blackbox/pubring.kbx
Normal file
Binary file not shown.
BIN
.blackbox/trustdb.gpg
Normal file
BIN
.blackbox/trustdb.gpg
Normal file
Binary file not shown.
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal 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
|
|
@ -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
BIN
git/.gituser.gpg
Normal file
Binary file not shown.
6
install
6
install
|
@ -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
BIN
ssh/.ssh/config.gpg
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue