Skip to content

Paulchen5/config

Repository files navigation

Install Shelll Environment

Install the the oh-my-zsh environment with the following command

sh -c "$(curl -fsSL https://raw.githubusercontent.com/Paulchen5/shellSetup/main/setup_shell.sh)"

Install .gitconfig Files

sh -c "$(curl -fsSL https://raw.githubusercontent.com/Paulchen5/config/main/setup_git.sh)"

Create GPG-Signing-Key

Tip

For further information on creating a GPG key visit the documentation on docs.github.com

Generate the GPG key

gpg --full-generate-key

Add it to your GitHub account

gpg --list-secret-keys --keyid-format=long
gpg --armor --export <keyid-long-format>

Tell git about your signing key

Note

Alternatively use the flag option --global to add the signing key to your global .gitconfig

git config --global --unset gpg.format
git config --file <file> user.signingKey <keyid-long-format>

Backup and Install Homebrew Formula

Save current state

brew bundle dump

Install saved state

brew bundle install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published