일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- port open
- Octavia
- Linux
- Arch
- i3
- Docker
- KVM
- pacman
- ceph-ansible
- Kubeflow
- grafana-loki
- ubuntu
- OpenStack
- kolla
- cephadm
- archlinux
- yum
- repository
- terraform
- kolla-ansible
- k8s
- nfs-provisioner
- Ansible
- Kubernetes
- HTML
- libvirt
- awx
- ceph
- cloud-init
- golang
Archives
- Today
- Total
YJWANG
[Ubuntu] bash 꾸미기 (Oh-My-Bash 설정하기) 본문
oh-my-zsh이라는게 있어서 zsh를 사용할 때 command 테마를 적용해서 잘 꾸며 사용하곤 했는데
호기심에 oh-my-bash
로 검색해봤는데 있더라구요; 하여 설정법과 사용법에 대해 포스팅 해보고자 합니다.
Oh-My-Bash git
설치
우선 제 Desktop의 환경은 Ubuntu 20.04
입니다.
oh-my-zsh를 다운로드합니다.
yjwang@yjwang-ThinkPad-T14s-Gen-1:~/Downloads$ bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"
Cloning Oh My Bash...
'/home/yjwang/.oh-my-bash'에 복제합니다...
remote: Enumerating objects: 348, done.
remote: Counting objects: 100% (348/348), done.
remote: Compressing objects: 100% (312/312), done.
remote: Total 348 (delta 20), reused 302 (delta 19), pack-reused 0
오브젝트를 받는 중: 100% (348/348), 2.70 MiB | 9.54 MiB/s, 완료.
델타를 알아내는 중: 100% (20/20), 완료.
Looking for an existing bash config...
Found ~/.bashrc. Backing up to ~/.bashrc.pre-oh-my-bash
Using the Oh My Bash template file and adding it to ~/.bashrc
__ __ __
____ / /_ ____ ___ __ __ / /_ ____ ______/ /_
/ __ \/ __ \ / __ `__ \/ / / / / __ \/ __ `/ ___/ __ \
/ /_/ / / / / / / / / / / /_/ / / /_/ / /_/ (__ ) / / /
\____/_/ /_/ /_/ /_/ /_/\__, / /_.___/\__,_/____/_/ /_/
/____/ .... is now installed!
Please look over the ~/.bashrc file to select plugins, themes, and options
To keep up on the latest news and updates, follow us on GitHub: https://github.com/ohmybash/oh-my-bash
10:00:53 yjwang@yjwang-ThinkPad-T14s-Gen-1 Downloads →
위 Command를 실행하면 oh-my-bash가 적용된 bash를 확인할 수 있습니다.
추가로 ~/.bashrc
파일에서 아래 부분을 수정하면 theme를 변경할 수 있습니다.
OSH_THEME="font"
theme는 아래에서 예시를 볼 수 있습니다.
반응형