Terminal
linux terminal
customize the prompt by adding color codes
PS1='[\[\033[01;32m\]\u\[\033[00m\]@\[\033[01;34m\]\h\[\033[00m\]:\[\033[01;33m\]\w\[\033[00m\]]\$ '
windows command
get variables
# command output
POSH_INSTALLER=ws
POSH_THEMES_PATH=C:\Users\PR042999\AppData\Local\Programs\oh-my-posh\themes
PROCESSOR_ARCHITECTURE=AMD64
install termminal
download
https://github.com/microsoft/terminal/releases
install
- Download Pre Install Kit
Add-AppxPackage -path .\Microsoft.VCLibs.140.00.UWPDesktop_14.0.30704.0_x64__8wekyb3d8bbwe.appx
Add-AppxPackage -path .\Microsoft.UI.Xaml.2.7_7.2208.15002.0_x64__8wekyb3d8bbwe.appx
Add-AppxPackage -path .\1ff951bd438b4b28b40cb1599e7c9f72.msixbundle
- install terminal bundle
oh my posh
install
windows fonts
Place fonts
setup terminal
setup visual studio code
set theme
download tjems (windows)
download themes (linux)
git clone --depth=1 --filter=blob:none --sparse https://github.com/JanDeDobbeleer/oh-my-posh.git ~/.poshthemes
cd ~/.poshthemes
git sparse-checkout set themes
mv themes/* .
rm -rf themes .git # Clean up
windows
notepad $PROFILE
oh-my-posh init pwsh --config '%APPDATA%\Local\Programs\oh-my-posh\themes\rudolfs-dark.omp.json' | Invoke-Expression
lunux
~/.bashrc
winget update
get list of upgradable modules/programs
upgrade module/program