ubuntu:: install oh-my-posh
unzip의 사전설치가 필요. # unzip 사전설치sudo apt install unzip# admin 권한필요curl -s https://ohmyposh.dev/install.sh | bash -s# 위에 방법이 실패하면 사용자계정아래 설치하는 다음 문구로 설치curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/bin 설치하여 아래처럼 안내문구 보이면theme를 설정하고 bashrc에 관련 항목을 적어줘야 함.ubuntu@ubunt:~$ curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/bin⚠️ Installation directory /home/ubuntu/bin is not in you..