Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 744 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 744 Bytes

Integrated Bash Eenvironment

Step

Install fonts

Download Nerd Fonts

Install & Run

root

apt update \
&& apt install -y git \
&& rm -f ~/.* \
|| git clone https://github.com/tot0rokr/bash.git ~ \
&& bash

others

sudo apt update \
&& sudo apt install -y git \
&& rm -f ~/.* \
|| git clone https://github.com/tot0rokr/bash.git ~ \
&& bash

Desktop 사용