Moving some files around so they can be stowed

This commit is contained in:
Josh Sherman 2022-03-17 22:11:25 -05:00
parent 675ad0ec3d
commit 3003635991
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
8 changed files with 17 additions and 13 deletions

18
.gitignore vendored
View file

@ -1,8 +1,16 @@
*.id_ed25519
*.id_rsa
*.pub
id_rsa
id_rsa.pub
known_hosts
/.blackbox/pubring.gpg~
/.blackbox/pubring.kbx~
/.blackbox/secring.gpg
/ssh/config
/ssh/config.d/holidayapi
/ssh/config.d/mailshake
/ssh/config.d/risksmith
/ssh/config.d/sherman
/ssh/.ssh/config
/ssh/.ssh/config.d/holidayapi
/ssh/.ssh/config.d/mailshake
/ssh/.ssh/config.d/risksmith
/ssh/.ssh/config.d/sherman

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*"

6
ssh/.gitignore vendored
View file

@ -1,6 +0,0 @@
*.id_ed25519
*.id_rsa
*.pub
id_rsa
id_rsa.pub
known_hosts