square / maximum-awesome

Config files for vim and tmux.
Other
5.7k stars 968 forks source link

Linux support? #31

Open ryan-endacott opened 11 years ago

ryan-endacott commented 11 years ago

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

Thanks!

ghost commented 11 years ago

Yes please.

kylejohnson commented 11 years ago

Yes please.

arkokoley commented 11 years ago

Yes please!

igormalyk commented 11 years ago

Absolutely Yes Please !

ryan-endacott commented 11 years ago

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

arkokoley commented 11 years ago

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 commented 11 years ago

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

eridal commented 11 years ago

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 commented 11 years ago
# 4. update submodules
$ git submodule update --init
eridal commented 11 years ago

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 commented 11 years ago

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

justaparth commented 11 years ago

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 commented 11 years ago

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

noark9 commented 6 years ago

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