• Stars
    star
    164
  • Rank 230,032 (Top 5 %)
  • Language
    Vim Script
  • Created almost 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

My vim setting file.

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