From 8c84a0e2be6cbb4e795f35fb74d3c4e5a68928ab Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 9 Aug 2020 23:51:19 +0200 Subject: [PATCH] starship migration --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4b8aad6..341b073 100644 --- a/install.sh +++ b/install.sh @@ -44,6 +44,6 @@ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/plugin #git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/.zsh/themes/powerlevel10k # installing ln -sf ~/.dotfiles/zsh/zshrc ~/.zshrc -ln -sh ~/.dotfiles/conf/starship.toml ~/.config +ln -sf ~/.dotfiles/conf/starship.toml ~/.config #ln -sf ~/.dotfiles/zsh/p10k.zsh ~/.p10k.zsh touch ~/.zshrc.local