chore: rename default config and update install script

This commit is contained in:
Constantin Simonis
2025-06-02 12:49:40 +02:00
parent fdcd4df144
commit 5d24bfda0b
3 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,3 @@
/* /*
!.gitignore !.gitignore
!default.gitconfig !example.gitconfig

View File

@ -1,7 +1,7 @@
[user] [user]
email = constantin@simonis.lol email = user@mail
name = Constantin Simonis name = John Doe
signingkey = A026249FD78E71CBBBE8FBEA3878FF77C24AF4D2 signingkey = 1234
[credential] [credential]
helper = store helper = store
[push] [push]

View File

@ -5,18 +5,18 @@ set -e
echo echo
echo "[+] Updating System Packages..." echo "[+] Updating System Packages..."
echo echo
apt update -qq sudo apt update -qq
echo echo
echo "[+] Installing Dependencies..." echo "[+] Installing Dependencies..."
echo echo
apt install -yqq \ sudo apt install -yqq \
zsh \ zsh \
curl \ curl \
exa \ exa \
direnv \ direnv \
bat \ bat \
btop btop
echo echo
echo "[+] Installing Oh My Zsh..." echo "[+] Installing Oh My Zsh..."