Prompt work...mostly, notes
Hack together a prompt that does most of what we did before but is a bit simpler. Throw it all into precmd because why not....
This commit is contained in:
parent
db3bfa4036
commit
f2676dabcf
7 changed files with 53 additions and 41 deletions
9
Makefile
9
Makefile
|
@ -5,13 +5,12 @@ symlinks = $(shell ls $(excludes) `pwd`)
|
|||
|
||||
all: install
|
||||
|
||||
install: repos submodules $(symlinks)
|
||||
install: repos $(symlinks)
|
||||
|
||||
repos:
|
||||
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/vundle
|
||||
|
||||
submodules:
|
||||
git submodule update --init --recursive
|
||||
if test ! -d ~/.vim/bundle/vundle ; then \
|
||||
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/vundle ; \
|
||||
fi
|
||||
|
||||
$(symlinks):
|
||||
test -e `pwd`/$@ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue