bashtop 설치(feat. CentOS7)

 

 

 

사전작업

 

bashtop은 bash4.4 이상에서만 지원을 합니다

bash4.4 미만 버전이시면 아래 링크를 참고하여 bash5.0 설치를 먼저 진행해주세요~

sh-safer.tistory.com/147

 

[Linux] CentOS7 bash 5.0 설치

bash 5.0 tar 파일 다운로드 [root@test-1 bash_5.0]# curl -O https://ftp.gnu.org/gnu/bash/bash-5.0.tar.gz tar 파일 해제 및 설치 [root@test-1 bash_5.0]# tar -xvf bash-5.0.tar.gz ... [root@test-1 bash_..

sh-safer.tistory.com

 

 

git 설치

 

"git"을 입력하니 명령어를 찾을 수 없다고 나오네요

yum을 통해 git을 설치해 줍니다

[root@test-1 bashtop]# git
-bash: git: command not found
[root@test-1 bashtop]# yum install -y git
...
Complete!
[root@test-1 bashtop]# git --version
git version 1.8.3.1

 

 

 

 

bashtop 다운

 

아래 명령어로 bashtop.git 파일을 다운로드합니다.

"git clone https://github.com/aristocratos/bashtop.git"

[root@test-1 bashtop]# git clone https://github.com/aristocratos/bashtop.git
Cloning into 'bashtop'...
remote: Enumerating objects: 66, done.
remote: Counting objects: 100% (66/66), done.
remote: Compressing objects: 100% (50/50), done.
remote: Total 1123 (delta 29), reused 39 (delta 15), pack-reused 1057
Receiving objects: 100% (1123/1123), 798.48 KiB | 329.00 KiB/s, done.
Resolving deltas: 100% (630/630), done.

 

"bashtop" 디텍토리가 생겼네요

cd 명령어로 들어가서 파일 목록을 확인 후 bashtop 파일을 실행합니다

[root@test-1 bashtop]# ls
bashtop
[root@test-1 bashtop]# cd bashtop/
[root@test-1 bashtop]# ls
CHANGELOG.md  CODE_OF_CONDUCT.md  CONTRIBUTING.md  DEB  Imgs  LICENSE  
Makefile README.md  bashtop  requirements.txt  src  test  test.sh  themes
[root@test-1 bashtop]# ./bashtop

 

 

bashtop 실행화면

 

뭔가 터미널에서 게임을 해야 할 것만 같은 느낌이 든다...

아직은 뭐가 뭔지 잘 모르겠지만... 뭔가 있어 보이긴 하네...

기능에 대해서는 하나씩 알아봐야겠다.

 

댓글

Designed by JB FACTORY

loading