diff --git a/install.sh b/install.sh
index f3366ca8845cd31e7597f2b192d24b4affca2a9c..345761f7eaabf0ce9e0646fc7f6f15268bcde4ed 100644
--- a/install.sh
+++ b/install.sh
@@ -1,4 +1,4 @@
-cp ./.zshrc ~/.zshrc
+cp ~/shell-pics/.zshrc ~/.zshrc
 git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
 git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
 git clone https://github.com/zsh-users/zsh-syntax-highlighting ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting