In this video we'll cover three ways to customize your bash prompt for a better readability.
#terminal #commandprompt #bash
https://itvraag.nl
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:
Windows 11 Terminal PRO tips: • Maximize productivity in Windows 11 Terminal
Git #1 - basics: • Git #1 - install, config and command basic...
Vim #1 - basics: • Vim #1 - text editor basics (under 5 minutes)
APT package manager: • Bash #6 - Package manager APT (Debian, Ubu...
oh-my-zsh: • Make your Linux CLI look like a PRO with o...
MacOS terminal PRO tips: • Mac OS Terminal Tips with iTerm2
Bash #9 - Fish: • Bash #9 - Fish shell on WSL2/Ubuntu
Bash #6 - APT package manager: • Bash #6 - Package manager APT (Debian, Ubu...
Bash #2 - help, touch, echo & aliases: • Bash #2 - Help, touch, echo & aliases
Bash #1 - basic concepts: • Bash #1 - Basic concepts and requirements ...
Used links and commands:
Bash prompt generator: https://ezprompt.net
Bash-it: https://bash-it.readthedocs.io/en/lat...
oh-my-bash: https://github.com/ohmybash/oh-my-bash
Used commands:
export PS1="\u@\[\e[36m\]\h\[\e[m\] \[\e[33m\]\w\[\e[m\]😎 "
source .bashrc
Installing bash-it:
git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it
sudo apt install git
~/.bash_it/install.sh
cd ~/.bash_it/aliases/available
cd ~/.bash_it/themes
vim .bashrc
Installing oh-my-bash:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohm...)"
sudo apt install curl wget
cp ~/.bashrc ~/.bashrc.bak
vim .bashrc
cd ~/.oh-my-bash/aliases