-
Notifications
You must be signed in to change notification settings - Fork 1
kxjl168/test
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
…or create a new repository on the command line echo "# test" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/kxjl168/test.git git push -u origin master …or push an existing repository from the command line git remote add origin https://github.com/kxjl168/test.git git push -u origin master …or import code from another repository You can initialize this repository with code from a Subversion, Mercurial, or TFS project ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ vim installation Backup your old vim configuration files: mv ~/.vim ~/.vim.orig mv ~/.vimrc ~/.vimrc.orig Clone and install this repo: git clone git://github.com/humiaozuzu/dot-vimrc.git ~/.vim ln -s ~/.vim/vimrc ~/.vimrc Setup Vundle: git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle Install bundles. Launch vim(ignore the errors and they will disappear after installing needed plugins)and run: :BundleInstall http://mirrors.flysnow.org/ git config --global http.proxy http://user:[email protected]:port git config --global --unset http.proxy https://www.golangtc.com/download/package
About
test
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published