From 82e597df19e641de2658b6f2324964dc13a02c40 Mon Sep 17 00:00:00 2001 From: 1ndev <1ndevelopment@protonmail.com> Date: Sat, 14 Dec 2024 08:13:22 -0800 Subject: [PATCH] install fonts for ohmyzsh --- install_ohmyzsh.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_ohmyzsh.sh b/install_ohmyzsh.sh index fc28149..4232367 100755 --- a/install_ohmyzsh.sh +++ b/install_ohmyzsh.sh @@ -1,8 +1,9 @@ #!/usr/bin/env bash -sudo pacman -S zsh lsd git +sudo pacman -S zsh lsd git wget sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k sed -i 's/^ZSH_THEME=.*$/ZSH_THEME="powerlevel10k\/powerlevel10k"/' ~/.zshrc echo "alias ls='lsd'" >> ~/.zshrc git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions sed -i 's/plugins=(\(git\))/plugins=(\n \1\n zsh-autosuggestions\n)/' ~/.zshrc +sudo wget https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20{Regular,Bold,Italic,Bold%20Italic}.ttf -P /usr/share/fonts/MesloLGS/