Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux support? #31

Open
ryan-endacott opened this issue Aug 30, 2013 · 14 comments
Open

Linux support? #31

ryan-endacott opened this issue Aug 30, 2013 · 14 comments

Comments

@ryan-endacott
Copy link

Any chance of Linux support? Or a similar setup for Linux?

Thanks!

@ghost
Copy link

ghost commented Aug 30, 2013

Yes please.

1 similar comment
@kylejohnson
Copy link

Yes please.

@arkokoley
Copy link

Yes please!

@igormalyk
Copy link

Absolutely Yes Please !

@ryan-endacott
Copy link
Author

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

@arkokoley
Copy link

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!

@mullen3
Copy link

mullen3 commented Sep 3, 2013

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

@eridal
Copy link

eridal commented Sep 4, 2013

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

# 1. clone the repo
$ git clone git@github.com: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.

@littlehaker
Copy link

# 4. update submodules
$ git submodule update --init

@eridal
Copy link

eridal commented Sep 6, 2013

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.

@ghost
Copy link

ghost commented Sep 6, 2013

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

@justaparth
Copy link
Contributor

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

@eventualbuddha
Copy link
Contributor

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

@noark9
Copy link

noark9 commented Nov 15, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants