diff --git a/install.sh b/install.sh index b61aa91..399a206 100644 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ rm -rf ~/.fdignore ~/.fzf.bash ~/.fzf.zsh ~/.gitconfig ~/.gitignore ~/.history ~ # repo + preparations git clone https://github.com/ftpd/dotfiles.git ~/.dotfiles -mkdir -p ~/.config/_cache ~/.config/git ~/.config/local ~/.config/zsh +mkdir -p ~/.config/_cache/zsh ~/.config/git ~/.config/local ~/.config/zsh ## neovim ln -sf ~/.dotfiles/nvim ~/.config/ @@ -28,7 +28,7 @@ echo "skip_global_compinit=1" > ~/.zshenv echo "export XDG_CONFIG_HOME=~/.config" >> ~/.zshenv echo "export XDG_DATA_HOME=~/.cache" >> ~/.zshenv echo "export ZDOTDIR=~/.config/zsh" >> ~/.zshenv -mkdir -p ~/.cache/zsh ~/.config/zsh/plugins ~/.config/zsh/themes +mkdir -p ~/.config/zsh/plugins ~/.config/zsh/themes git clone https://github.com/zsh-users/zsh-autosuggestions.git ~/.config/zsh/plugins/zsh-autosuggestions git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.config/zsh/plugins/zsh-syntax-highlighting git clone https://github.com/romkatv/powerlevel10k.git ~/.config/zsh/themes/powerlevel10k