Created
April 7, 2022 12:26
-
-
Save haile01/7782e144df138cc8341dfb8bf5272fe0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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