No description
Find a file
dosnav 1badb8354e Обновить install.sh
исправления пути копирования конфига пользователю
2026-06-10 08:44:44 +00:00
.bashrc bash theme: prompt [HH:MM DD.MM.YYYY] with 256-color PS1 2026-06-10 08:33:08 +03:00
install.sh Обновить install.sh 2026-06-10 08:44:44 +00:00
README.md add README.md 2026-06-10 08:40:00 +03:00

bashrc theme

Custom bash prompt with 256-color theme.

[09:30 01.12.2026]
[user@host /path:$]
  • prompt — color 47 (cyan/green)
  • username — color 69 (blue) for regular user, 199 (pink) for root
  • user input/output — default terminal color

Install

# current user
./install.sh user

# system-wide (/etc/skel/)
sudo ./install.sh system

Install also changes default shell to bash via chsh (interactive prompt).