Code Monkey home page Code Monkey logo

.vimrc's Introduction

.vimrc

This repository is just my .vimrc setting file.

anyone can utilize this setting for anything!

anyway, vim is awesome!

Quick guide

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
git clone https://github.com/abiriadev/.vimrc
mv .vimrc/.vimrc ~/
vim +PluginInstall +qall

Details

  • caution:

first of all, this case uses Vundle as an extension manager. if you are using another, you may need to edit this .vimrc file in a part of the plugin settings.

  1. first, clone Vundle from this address to the home path.
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

if you already have installed Vundle, skip this step.

  1. clone this repo too.
git clone https://github.com/abiriadev/.vimrc

if .vimrc directory or file already exists at the current path, replace that will be generated repo name with any placeholder name (such as 'asdf'), and retry.

git clone https://github.com/abiriadev/.vimrc asdf
  1. and take out the .vimrc file and place to home path from cloned repo
mv .vimrc/.vimrc ~/ -i

If my .vimrc file overwrites the .vimrc file, make sure to back up your .vimrc file.

  1. finally, install plugins.
vim +PluginInstall +qall

alternatively, open vim and type :PluginInstall within vim command mode.

now you can use vim that all settings synchronized!

Test environments

this example was tested in WSL Ubuntu-20.04, Windows 10 Git Bash, Android termux

also to follow the above guide, git and vim must be installed in your environment.

Contributing

if you have results of tested in another environment, send PR, please.

or if the result of the above guide in your environment is unmatched to the results of above's, please open the issue :)

.vimrc's People

Contributors

abiriadev avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.