Git Product home page Git Product logo

Comments (14)

eridal avatar eridal commented on June 21, 2024 1

You Sir, made my day! I have a completely functional maximum-awesome vim. Thanks!!

Edit: I've created a gist for it: https://gist.github.com/eridal/6470189
It may be useful for newcomers.

from maximum-awesome.

 avatar commented on June 21, 2024

Yes please.

from maximum-awesome.

kylejohnson avatar kylejohnson commented on June 21, 2024

Yes please.

from maximum-awesome.

arkokoley avatar arkokoley commented on June 21, 2024

Yes please!

from maximum-awesome.

igormalyk avatar igormalyk commented on June 21, 2024

Absolutely Yes Please !

from maximum-awesome.

ryan-endacott avatar ryan-endacott commented on June 21, 2024

It looks like dotvim is a similar vim configuration that works with Linux.

from maximum-awesome.

arkokoley avatar arkokoley commented on June 21, 2024

Just rename vim folder to .vim folder and rename the vimrc file to .vimrc and place it in your user home directory.
Also you will have to install pathogen.vim: https://github.com/vim-scripts/pathogen.vim

Worked for me!

from maximum-awesome.

mullen3 avatar mullen3 commented on June 21, 2024

I used to use Janus on my linux machine. Not exactly the same though. https://github.com/carlhuda/janus

from maximum-awesome.

eridal avatar eridal commented on June 21, 2024

Here is the trick I used to make some features work on my ubuntu 12.04 workstation.

# 1. clone the repo
$ git clone [email protected]:square/maximum-awesome.git
# 2. backup config (optional)
$ mv ~/.vim   ~/.vim-bak   2>/dev/null
$ mv ~/.vimrc ~/.vimrc-bak 2>/dev/null
# 3. link files
$ ln -s maximum-awesome/vim   ~/.vim
$ ln -s maximum-awesome/vimrc ~/.vimrc 

We should fork the installer script for linux support.

from maximum-awesome.

littlehaker avatar littlehaker commented on June 21, 2024
# 4. update submodules
$ git submodule update --init

from maximum-awesome.

 avatar commented on June 21, 2024

That's one way to do it, but some functionality such as OS clipboard integration is missing.

from maximum-awesome.

justaparth avatar justaparth commented on June 21, 2024

I have a forked version that's working for me in Ubuntu 13.04 with gnome terminal. It should hopefully work with any version of Ubuntu, but your mileage may vary. (i'm happy to help as much as i'm capable!) https://github.com/justaparth/maximum-awesome-linux

from maximum-awesome.

eventualbuddha avatar eventualbuddha commented on June 21, 2024

@justaparth when that stabilizes it'd be great to see a PR for it!

from maximum-awesome.

noark9 avatar noark9 commented on June 21, 2024

I did some work base on justaparth's great work to make it works well on my fedora 27. And I also update layout and script to match current Maximum Awesome version

https://github.com/noark9/maximum-awesome-linux

from maximum-awesome.

Related Issues (20)

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.