Download these four ttf files:
Once installed, select MesloLGS as the font for your terminal.
Run the following:
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/Jyumpp/jyumpp-zsh-theme/master/setup.zsh)"
This is experimental and may not work. If it doesn't, try below.
- Try the following:
If it works, proceed to the next section.
zsh
- Install Zsh:
or something similar.
sudo apt install zsh
- Run zsh and follow the on-screen instructions to set up the shell.
- Run the following:
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Follow the on-screen instructions for setup.
- Run the following:
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
- Edit ~/.zshrc with your choice text editor.
- On the
plugins=
line, addzsh-syntax-highlighting
as the last plugin.- The
z
plugin is basicallycd
but smarter. You should addz
at any point beforezsh-syntax-highlighting
- More plugins can be found in
~/.oh-my-zsh/custom/plugins
. If you want to use any of these, set them beforezsh-syntax-highlighting
.
- The
- On the
ZSH_THEME=
line, change the line toZSH_THEME="powerlevel10k/powerlevel10k"
- On the
- (Re)launch Zsh
- Follow the on-screen instructions. The choices don't matter since this will be overridden in the next step.
- Move
.p10k.zsh
from this repo to your~/
folder. - Reload Zsh. If it didn't work, you messed up somewhere
- Or more likely Hunter messed up this guide.