Open ryan-endacott opened 11 years ago
Yes please.
Yes please.
Yes please!
Absolutely Yes Please !
It looks like dotvim is a similar vim configuration that works with Linux.
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!
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 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.
# 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 It may be useful for newcomers.
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!