# My-Vim-Conf **Repository Path**: timing_matlab/My-Vim-Conf ## Basic Information - **Project Name**: My-Vim-Conf - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-20 - **Last Updated**: 2025-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # My ubuntu 16 Setup ## Create a new user ```bash adduser --disabled-password usermod -aG sudo su - ``` And then update `.ssh/authorized_keys` with your ssh public key. ## Install zsh ```bash sudo apt install -y zsh sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" ``` ## Setup my system ```bash chmod +x ./setup.sh ./tmux.sh ./setup.sh ``` Follow the prompt and finish installing all softwares. ```bash source ~/.zshrc ``` ## Optional Open .zshrc and replace the theme with powerlevel10k