Skip to content

mooyeolb/setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

setup

  1. install git

    sudo apt install git
  2. make a new ssh key and add it to githubs

    ssh-keygen -t ed25519 -C "${EMAIL_ADDRESS}"
    cat ~/.ssh/id_ed25519.pub

    https://github.com/settings/keys

  3. clone this repository

    mkdir -p ~/Documents/mooyeolb
    cd ~/Documents/mooyeolb
    git clone [email protected]:mooyeolb/setup.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages