리눅스 기초 다지기 - 15. 리눅스 꾸미기

랜덤 컬러 스크립트 출력

# 필요 유틸리티 설치
yum install git
yum install make

# 터미널 스크립트 다운로드 및 설치
git clone https://gitlab.com/dwt1/shell-color-scripts.git
cd shell-color-scripts
sudo make install

# colorscript
Description: A collection of terminal color scripts.

Usage: colorscript [OPTION] [SCRIPT NAME/INDEX]
  -h, --help, help      Print this help.
  -l, --list, list      List all installed color scripts.
  -r, --random, random  Run a random color script.
  -e, --exec, exec      Run a specified color script by SCRIPT NAME or INDEX.
  -b, --blacklist, blacklist    Blacklist a color script by SCRIPT NAME or INDEX.
  -u, --unblacklist, unblacklist        Unblacklist a color script by SCRIPT NAME or INDEX.
  -a, --all, all        List the outputs of all colorscripts with their SCRIPT NAME

# 랜덤 컬러 스크립트 출력
colorscript -r

 

 

 

 

로그인 시 마다 랜덤 배너 출력하기

 

vi ~/.bashrc

colorscript -r