Skip to content

deftliang/dev-conf

Repository files navigation

My ubuntu 20 Setup

Create a new user

adduser --disabled-password <your_username>
usermod -aG sudo <your_username>
su - <your_username>

And then update .ssh/authorized_keys with your ssh public key.

Install zsh

sudo apt install -y zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Setup my system

chmod +x ./setup.sh ./tmux.sh
./setup.sh

Follow the prompt and finish installing all softwares.

source ~/.zshrc

About

personal dev and vim settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published