scozv / dotfiles

The Collection of dotfiles in Linux
0 stars 0 forks source link

dotfiles should be tested in vm #2

Open scozv opened 10 years ago

scozv commented 10 years ago

to make sure the init.sh works well.

scozv commented 10 years ago

git_prompt.sh issue

curl -o ~/.git-prompt.sh \
    https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh && \
source ~/.git-prompt.sh

pathogen issue

mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim