Linux
Shell 예쁘게 만들기, Oh My Posh
고구마vs.감자
2024. 11. 18. 19:36
- 기존에는 oh-my-zsh을 사용하고 있었음. 그러다 더 이쁜 Oh My Posh 발견!
Oh My Zsh - a delightful & open source framework for Zsh
Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with hundresd of helpful functions, plugins, themes, and a few things that make you shout... OH MY ZSH!
ohmyz.sh
- Oh My Posh 가 훨씬 더 이쁨...
Home | Oh My Posh
A prompt theme engine for any shell.
ohmyposh.dev
- 많이 예쁨!

sudo apt install fish -y
chsh -s /usr/bin/fish
sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh
sudo chmod a+x /usr/local/bin/oh-my-posh
unzip -o fishomp-config.zip -d $HOME
unzip -o fonts.zip -d $HOME/.local/share/
sudo apt-get install fonts-powerline
sudo apt install flatpak
sudo apt install gnome-software-plugin-flatpak
반응형