Bash #11 - Customize prompt (three methods)

preview_player
Показать описание
In this video we'll cover three ways to customize your bash prompt for a better readability.
#terminal #commandprompt #bash

Timestamp:
0:00 Intro
0:18 prompt usage
0:43 download / install Nerd Font
1:06 change Windows terminal default font
1:40 prompt generator
2:27 bash-it installation
3:01 bash-it aliases
3:19 bash-it themes
3:32 bash-it change theme
3:47 bash-it missing icons/glyphs
4:05 oh-my-bash installation
4:38 oh-my-bash themes
4:45 oh-my-bash change theme
4:57 oh-my-bash aliases

Related video:

Used links and commands:

Used commands:
export PS1="\u@\[\e[36m\]\h\[\e[m\] \[\e[33m\]\w\[\e[m\]😎 "
source .bashrc

Installing bash-it:
sudo apt install git
cd ~/.bash_it/aliases/available
cd ~/.bash_it/themes
vim .bashrc

Installing oh-my-bash:
sudo apt install curl wget
vim .bashrc
cd ~/.oh-my-bash/aliases
Рекомендации по теме
Комментарии
Автор

Awesome video, concise and to the point! No fluffing around, perfect!. Thank you.

RM-gmlu