#------------------------------------------------ create the resore directory if it doesn't already exist--------------------------------------------------
#-------------------------------------- loop through each target file, move it and create a symlink to the replacements------------------------------------
#----------------------------------------------------------install go and go-powerline--------------------------------------------------------------------
if[ -z "$GOPATH"]
then
while true;do
read -p "do you want to install golang and go-powerline?" yn
#----------------------------------------------------------install power line fonts------------------------------------------------------------------------
if[ ! -d ~/fonts ]
then
while true;do
read -p "do you want to install powerline fonts from https://github.com/powerline/fonts?" yn
#----------------------------------------------------------see if Vundle has been cloned yet and do so-----------------------------------------------------