Skip to content

Instantly share code, notes, and snippets.

@dppeak
dppeak / Update git fork with tags.sh
Last active March 2, 2021 23:06 — forked from Saissaken/Update git fork with tags.sh
Update git fork with tags
# Repo: someuser/myframework
# Fork: superteam/myframework
# Track:
git clone https://github.com/superteam/myframework.git
cd myframework
git remote add upstream https://github.com/someuser/myframework.git
# Update:
git fetch upstream
" Include user's local vim-plug config
if filereadable(expand("~/.vim/vim-plugrc"))
source ~/.vim/vim-plugrc
endif
" Use Vim defaults (much better!)
set nocompatible
" Enable 256 Support
set t_Co=256
@dppeak
dppeak / gist:5981437
Created July 12, 2013 04:25
@fitztrev really what to know how you did your prompt in the animated gif on the Shuttle project page. Didn't know how else to contact you to see how it was done. Please email me at [email protected]. Thanks, Dave
@fitztrev really what to know how you did your prompt in the animated gif on the Shuttle project page. Didn't know how else to contact you to see how it was done. Please email me at [email protected].
Thanks,
Dave