From 62d75fe13d1f94f9fb1647c650578a0decd3987f Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Thu, 2 Mar 2023 17:50:22 +0200 Subject: [PATCH] Update Makefile --- Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 5285370..ea4ff07 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -linux: link bash_git_prompt tmux -macos: link bash_git_prompt brew cask tmux +linux: link bash_git_prompt tmux vim +macos: link bash_git_prompt brew cask tmux vim link: -ln -s ~/Git/dotfiles/.bash_aliases ~/.bash_aliases @@ -7,8 +7,6 @@ link: -ln -s ~/Git/dotfiles/.git-completion.bash ~/.git-completion.bash -ln -s ~/Git/dotfiles/.gitconfig ~/.gitconfig -ln -s ~/Git/dotfiles/.tmux.conf ~/.tmux.conf - -ln -s ~/Git/dotfiles/.vim ~/.vim - -ln -s ~/Git/dotfiles/.vimrc ~/.vimrc brew: sh ./macos/brewfile.sh @@ -23,3 +21,8 @@ tmux: bash_git_prompt: -git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1 -ln -s ~/Git/dotfiles/.git-prompt-colors.sh ~/.git-prompt-colors.sh + +vim: + -ln -s ~/Git/dotfiles/.vim ~/.vim + -ln -s ~/Git/dotfiles/.vimrc ~/.vimrc + -git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim