From 154eb3d475145dd7db3076ac8b7affaf5508f9d9 Mon Sep 17 00:00:00 2001 From: askiiart Date: Fri, 8 Sep 2023 18:32:48 -0500 Subject: [PATCH] fix some stuff also, oh god please someone make my vs code font mono again why is it using arial or something --- daily-use-pcs/setup-git.bash | 5 ++--- zsh/zsh-setup.bash | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/daily-use-pcs/setup-git.bash b/daily-use-pcs/setup-git.bash index 663c81a..b8aa29b 100755 --- a/daily-use-pcs/setup-git.bash +++ b/daily-use-pcs/setup-git.bash @@ -49,6 +49,8 @@ fi ############################################ if [ -d "${HOME}/.gnupg/" ]; then echo "GPG key(s) already exist, skipping..." + gpg --list-keys + read -p "Enter the long ID of the key to be used for git:" KEY_ID else # Create GPG key echo "> $ gpg --full-generate-key" @@ -65,9 +67,6 @@ else echo Gitea URL: ${GITEA_URL}/user/settings/keys echo GitHub URL: https://github.com/settings/gpg/new read -p "Press enter when you're done" /dev/null; } if command_exists "apt-get"; then sudo apt-get install zsh -y elif command_exists "yum"; then - sudo apt-get install zsh -y + sudo yum install zsh -y elif command_exists "pacman"; then sudo pacman -S zsh --noconfirm --needed elif command_exists "zypper"; then