I'm super new to coding (actually trying to teach myself some Python), but there's a thing bugging me that I cannot seem to find any info online about my particular case: When I run git
on the terminal, there is:
The "git" command requires the command line developer tools. Would you like to install.."
Now, since I have a very basic Macbook 12, I try to keep it as lightweight and uncluttered as possible, so I don't want to install any IDE or anything, I'm practising coding with vim 7.3, but in order to install Vundle.vim to manage any plugins, I need git, is there a way I can install it without having to install Homebrew?
Thanks for any input! And sorry if I didn't express myself correctly. So basically to sum up:
– I need git to install Vundle.vim, (or is there any other way?).
– I run git
on terminal and get an error that I need to install Xcode, which is like 7GB heavy.
– I don't want to install Xcode or Homebrew.