KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
vimconfig
★ 13
Open GitHub ↗
My vim configuration...
Download README (.md)
Explore Similar Repositories
ngx_http_qqwry_module
:
A nginx module that creates variables with location info from QQWry
LocLog
:
Location logging in CouchDB
cmd
:
Quick command execution for browsers.
udpproxy
:
a Netfilter powered UDP proxy
routineer
:
Scala DSL for declaring HTTP routes
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vimconfig
?
Download (.md)
## My Vim config Clone with: git clone git@github.com:moshen/vimconfig.git .vim or git clone https://github.com/moshen/vimconfig.git .vim Run `setup.sh`! `setup.sh` usage: ./setup.sh [-r|-u|-h] [branch] -r Remote setup, grabs your Vim config from GitHub -u Update Vim config from GitHub and update all Plugins -h Print this help branch The branch name to checkout after setup. Defaults to 'master'. Only works with -r or no options --------------------------------------- Here's a handy script for copy-paste: cd $HOME && git clone https://github.com/moshen/vimconfig.git .vim && cd .vim && ./setup.sh OR... Installing directly from GitHub: (echo set -- -r; curl "https://raw.githubusercontent.com/moshen/vimconfig/master/setup.sh") | bash