5

GitHub - MarsWang42/My-Vim-Conf: My vim setting file.

 2 years ago
source link: https://github.com/MarsWang42/My-Vim-Conf
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

My ubuntu 16 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

Optional

Open .zshrc and replace the theme with powerlevel10k


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK