From 438a85995d0a1b3be46316daaf34ed84e8a67d25 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Eugenio Halili Date: Sun, 3 Oct 2021 18:01:13 +0800 Subject: [PATCH] Synchorized userland configuration to personal GitHub dotfiles repo Signed-off-by: Andrei Jiroh Eugenio Halili --- bin/synchorize-dotfiles | 4 +++- ssh-client/ubuntu | 13 +++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/bin/synchorize-dotfiles b/bin/synchorize-dotfiles index ec8ee53..9d234f9 100755 --- a/bin/synchorize-dotfiles +++ b/bin/synchorize-dotfiles @@ -1,12 +1,14 @@ #!/bin/bash -set -exu # WARNING: Chaos ahead! +set -ex # WARNING: Chaos ahead! DOTFILES_HOME=${DOTFILES_HOME:-"$HOME/.dotfiles"} DOTFILES_SYNC_COMMIT_MSG="Synchorized userland configuration to personal GitHub dotfiles repo" if [[ $SKIP_REBASE_STEP == "" ]]; then git -C "$DOTFILES_HOME" pull --rebase --progress --verbose # Attempt to rebase from upstream remote. +else + git -C "$DOTFILES_HOME" pull --progress --verbose # otherwise just pull stuff if rebase is being skipped fi git -C "$DOTFILES_HOME" add . --verbose # Add everything diff --git a/ssh-client/ubuntu b/ssh-client/ubuntu index acc9fc4..af493ff 100644 --- a/ssh-client/ubuntu +++ b/ssh-client/ubuntu @@ -37,3 +37,16 @@ Host ghost-localhost User ubuntu IdentityFile ~/.ssh/github-personal +# Even fucking physicial computers! +# TODO: Find that StackExchange ref! +Host winblows.bullshit.hq + Hostname 192.168.254.161 + User cursed-remote-user + IdentityFile ~/.ssh/launchpad +# There's no such thing as guilded.gg/guildedguy as there will be only +# discord.gg/gildedguy if you're looking for an place to discuss the lore +# or possibly want to find some fan art as your desktop wallpaper. +Host guildedguy + Hostname 192.168.254.142 + User gildedguy + IdentityFile ~/.ssh/launchpad