From 2b2f6aa8f00af5961dc0626fd9caac1655cdc885 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Sat, 13 Feb 2021 18:54:30 -0600 Subject: [PATCH] (config): Copy p10k to home directory --- dotfiles/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/install b/dotfiles/install index 870c78f..0f3426f 100755 --- a/dotfiles/install +++ b/dotfiles/install @@ -21,6 +21,9 @@ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install. # POWERLEVEL10K git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k +# Copy p10k Config file +cp .p10k.zsh ~/ + # Grabs Nerd Font and configures it wget https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/Hack/Regular/complete/Hack%20Regular%20Nerd%20Font%20Complete.ttf mkdir -p ~/.local/share/fonts