This dotfiles repository is intended to be used for Debian or Ubuntu under WSL2.
- Windows 11
- WSL2
- Debian 12 (bookworm)
-
Clone this repository
-
Create
~/.gitconfig_local
The example is here.
-
Create
~/local.zsh
The example is here.
-
Move to the cloned repository
-
Execute the install script
chmod +x install-packages.sh ./install-packages.sh
-
Reboot your distribution
-
Make a GPG key for GitHub.
If you want to manipulate Git in the GUI within VS Code, do the following.
-
Download Gpg4win
-
Create
~/.gnupg/gpg-agent.conf
touch ~/.gnupg/gpg-agent.conf gpg-connect-agent reloadagent /bye
-
Reboot a gpg agent
gpg-connect-agent reloadagent /bye