Coder Social home page Coder Social logo

my-unix-settings's Introduction

Unix 开发工作环境同步

包含:bash_profile, _vimrc, _screenrc

安装方法

第1步: 把服务器上的配置文件拉到本地

rm -rf ~/.vim && \
rm -rf ~/temp/my-unix-settings && \
mkdir -p ~/temp && \
cd ~/temp && \
git clone [email protected]:kai1987/my-unix-settings.git && \
rm -rf ~/.git && \
mv ./my-unix-settings/.git ~ && \
cd ~ && \
git reset --hard HEAD && \
rm -rf ~/temp/my-unix-settings

第2步: 安装 vbundle vim 插件管理器

git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim

第3步: 启动vim,并且安装插件

vi

vi 启动之后执行 :BundleInstall

重新启动vim,所有配置生效

my-unix-settings's People

Contributors

yi avatar kai1987 avatar yxdh4620 avatar tiztaz avatar

Watchers

James Cloos avatar  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.