ubuntu-Working Environment configuration (van)

Source: Internet
Author: User

The tools we usually use are mainly Vim,retag_app, submitting code, and some common commands, and they mostly correspond to several files.

1.vim->.VIMRC

2. Code Submission->gitconfig

3. Common Command->.BASHRC

The configuration method and content are as follows

VIMRC configuration (including Retag_app)

(Resource download http://192.168.1.62/redmine/projects/vanzo/wiki/Vim%E9%85%8D%E7%BD%AE%E6%8C%87%E5%8D%97)

  • Installing Cscope
    sudo apt-get install cscope exuberant-ctags
  • Copy the contents of the Kern.vim directory in the kern.vim.7z to the ~/.vim directory.
    Cp-r kern.vim/* ~/.vim/
  • Copy the commands in the retag.7z to the/usr/bin/directory and give Execute permissions
    sudo cp-r retag/*/usr/bin/sudo chmod +x/usr/bin/retag*sudo chmod +x/usr/bin/buildfilenametags*
  • Copy the KERN.VIMRC to the ~/directory, overwriting the original. vimrc file
    CP ~/.VIMRC ~/USERNAME.VIMRCCP KERN.VIMRC ~/.VIMRC

. BASHRC Configuration

Copy directly from someone else's directory. BASHRC to the ~/bin directory under your own directory.

. GetConfig Configuration

And just copy it from somewhere else and change it to our own.

ubuntu-Working Environment configuration (van)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.