Quick actions

cmd+k|ctrl+k

Navigation

Languages

20260707-config ubuntu

Snippet info

Language

Python

Visibility

public

Author

meta2351

Created

2026-07-07T08:30:28.260599Z

Updated

2026-07-08T02:40:51.853644Z

print("Hello World!")


oh-my-zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"


https://www.nerdfonts.com/font-downloads

git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k



back to vs code, find .zshrc, add command as below:

--
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="powerlevel9k/powerlevel9k"
POWERLEVEL9K_PYENV_PROMPT_ALWAYS_SHOW=true

HIST_STAMPS="mm/dd/yyyy"
HISTSIZE=50000
--
plugins=(git zsh-autosuggestions zsh-syntaxhighlighting
virtualenv pyenv)

POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir vcs pyenv virtualenv)

POWERLEVEL9K_PYTHON_ICON='\UE73C'

POWERLEVEL9K_PYENV_BACKGROUND='229'
POWERLEVEL9K_VIRTUALVIEW_BACKGROUND='200'


--add code in settings->settings(UI)
{ "files.exclude": {
    "**/.git": false,

},
}

#REF---COLOR CODE---
https://www.ditig.com/256-colors-cheat-sheet
###

#pyenv
git clone https://github.com/pyenv/pyenv.git ~/.pyenv

--->install in terminal, then re-run terminal,will get 3 lines messages,
copy those 3 lines into vs code-->.profile


--
https://www.ventoy.net/en/download.html
--->ventoy-1.1.16-livecd.iso
https://ubuntu.com/download/desktop
--->Intel or AMD 64-bit architecture

--
https://www.youtube.com/watch?v=Hn-LaeXC_8U
--
INFO