Skip to content

Instantly share code, notes, and snippets.

@kilip
Last active September 21, 2024 03:36
Show Gist options
  • Save kilip/d0b15ad571bf663b997b8733339e3c3c to your computer and use it in GitHub Desktop.
Save kilip/d0b15ad571bf663b997b8733339e3c3c to your computer and use it in GitHub Desktop.
Setting dev tools

Windows WSL Ubuntu

Install github desktop with bash: https://github.com/apps/desktop

Add non root user: On powershell type bash

# windows power shell
bash

On bash

root@something$ useradd theusername
root@something$ exit

Configure WSL default user

# Windows powershell
C:\ ubuntu config --default-user theusername

Setting ssh

tutorial: github

Setting GPG Key

On windows please use WSL (ubuntu on windows). Follow this tutorial until you can sign your git commit with gpg key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment