Skip to content

Instantly share code, notes, and snippets.

@haile01
Created April 7, 2022 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haile01/7782e144df138cc8341dfb8bf5272fe0 to your computer and use it in GitHub Desktop.
Save haile01/7782e144df138cc8341dfb8bf5272fe0 to your computer and use it in GitHub Desktop.
apt-get update
apt-get install openssh-server git zsh
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
zsh
echo "syntax on\nset si\nset ai\nset tabstop=2\nset shiftwidth=2\nset expandtab" >> ~/.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment