Moving some files around so they can be stowed
This commit is contained in:
parent
675ad0ec3d
commit
3003635991
8 changed files with 17 additions and 13 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -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
|
||||
|
|
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*"
|
||||
|
|
6
ssh/.gitignore
vendored
6
ssh/.gitignore
vendored
|
@ -1,6 +0,0 @@
|
|||
*.id_ed25519
|
||||
*.id_rsa
|
||||
*.pub
|
||||
id_rsa
|
||||
id_rsa.pub
|
||||
known_hosts
|
Loading…
Add table
Add a link
Reference in a new issue