From a76f5f056391911fd86d021efb40c1ccc035cd90 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Wed, 6 Mar 2024 11:57:20 +0200 Subject: [PATCH] fix errors --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 754dd66..471fd74 100644 --- a/Makefile +++ b/Makefile @@ -45,9 +45,11 @@ tmux: bash_git_prompt: -git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1 -rm ~/.git-prompt-colors - ln -s ~/Git/dotfiles/git/.git-prompt-colors.sh ~ + -ln -s ~/Git/dotfiles/git/.git-prompt-colors.sh ~ vim: + -rm ~/.vim + -rm ~/.vimrc ln -s ~/Git/dotfiles/.vim ~ ln -s ~/Git/dotfiles/.vimrc ~ -git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim