-
Notifications
You must be signed in to change notification settings - Fork 969
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
Comments
Yes please. |
1 similar comment
Yes please. |
Yes please! |
Absolutely Yes Please ! |
It looks like dotvim is a similar vim configuration that works with Linux. |
Just rename Worked for me! |
I used to use Janus on my linux machine. Not exactly the same though. https://github.com/carlhuda/janus |
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. |
# 4. update submodules
$ git submodule update --init |
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 |
That's one way to do it, but some functionality such as OS clipboard integration is missing. |
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 |
@justaparth when that stabilizes it'd be great to see a PR for it! |
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 |
Any chance of Linux support? Or a similar setup for Linux?
Thanks!
The text was updated successfully, but these errors were encountered: