You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#curl -sfL git.io/antibody | sh -s - -b $HOME/.local/bin
# Fonts
sudo apt install -y fonts-powerline
# Nerd fonts
# use "DroidSansMono Nerd Book Font" in terminals
# disable "Use the system fixed width font"
mkdir -p ~/.local/share/fonts
(
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf;
fc-cache -fv
)
# TODO: try Meslo Nerd Font patched for Powerlevel10k