+
Skip to content

alexhyang/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Dotfiles

This document contains notes about my personal configuration of Ubuntu development environment on UserLAnd.

Machine setups

  1. install essential packages

    sudo apt update; sudo apt upgrade; \
    sudo apt install curl git zsh vim tmux; \
    apt list --installed curl git zsh vim tmux
  2. establish GitHub connection

    1. generate ssh keys
      ssh-keygen -t ed25519 -C "alex.hyang.dev@gmail.com"; \
      eval "$(ssh-agent -s)"; \
      ssh-add ~/.ssh/id_ed25519; \
      cat ~/.ssh/id_ed25519.pub 
    2. add public key to GitHub account
    3. verify GitHub connection using ssh
      ssh -T git@github.com 
  3. setup dotfiles on local machine

    git clone git@github.com:alexhyang/dotfilesLAnd.git ~/.dotfiles/; \
    source ~/.dotfiles/bootstrap.sh

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载