Git Product home page Git Product logo

Comments (8)

cassidoo avatar cassidoo commented on July 3, 2024 1

Not sure what happened, but I restarted the computer and now it works. Thanks everyone, and sorry for the confusion! Maybe it was just something funky with the machine.

from maximum-awesome.

rudle avatar rudle commented on July 3, 2024

That's surprising. Out of the box support is important to us.

Some questions:

  1. Is this really a new computer? Was there an extant .vimrc in place before you executed rake? I'm guessing not, but I figured I'd check anyway.

  2. Can you attach the output of the initial rake if you still have it available? If not, can you execute it again and attach the output?

from maximum-awesome.

cassidoo avatar cassidoo commented on July 3, 2024
  1. Yes, really new computer, no .vimrc in place.

  2. I executed it again and got:

-- Homebrew ---------------------------------------------------------------
Done!

-- Homebrew Cask ---------------------------------------------------------------

-- the_silver_searcher ---------------------------------------------------------

-- iterm2 ----------------------------------------------------------------------

-- ctags -----------------------------------------------------------------------

-- reattach-to-user-namespace --------------------------------------------------

-- tmux ------------------------------------------------------------------------

-- MacVim ----------------------------------------------------------------------
Please add ~/bin to your PATH, e.g. run this command:

 echo 'export PATH="~/bin:$PATH"' >> ~/.bashrc

The exact command and file will vary by your shell and configuration.

-- symlink ---------------------------------------------------------------------

-- vundle ----------------------------------------------------------------------
~/bin/vim -c "PluginInstall!" -c "q" -c "q"

-- iterm2 colorschemes ---------------------------------------------------------

-- iterm2 profiles -------------------------------------------------------------

 Your turn!

 Go and manually set up Solarized Light and Dark profiles in iTerm2.
 (You can do this in 'Preferences' -> 'Profiles' by adding a new profile,
 then clicking the 'Colors' tab, 'Load Presets...' and choosing a Solarized option.)
 Also be sure to set Terminal Type to 'xterm-256color' in the 'Terminal' tab.

 Enjoy!

from maximum-awesome.

rudle avatar rudle commented on July 3, 2024

Can you show me the output of ls -l ~/.vim*?

If you're feeling adventurous and know ruby, you might also try invoking some of the Rakefile manually in a console. I'm thinking in particular about the part where the Rakefile explicitly links maximum-awesome's vimrc to ~/.vimrc.

from maximum-awesome.

cassidoo avatar cassidoo commented on July 3, 2024
lrwxr-xr-x  1 ...  staff    38 May 17 13:41 /Users/.../.vim -> /Users/.../maximum-awesome/vim
lrwxr-xr-x  1 ...  staff    48 May 17 12:38 /Users/.../.vim.bak -> /Users/.../Documents/maximum-awesome/vim
-rw-------  1 ...  staff  3237 May 17 15:50 /Users/.../.viminfo
lrwxr-xr-x  1 ...  staff    40 May 17 13:41 /Users/.../.vimrc -> /Users/.../maximum-awesome/vimrc
lrwxr-xr-x  1 ...  staff    50 May 17 12:38 /Users/.../.vimrc.bak -> /Users/.../Documents/maximum-awesome/vimrc
lrwxr-xr-x  1 ...  staff    48 May 17 13:41 /Users/.../.vimrc.bundles -> /Users/.../maximum-awesome/vimrc.bundles
lrwxr-xr-x  1 ...  staff    58 May 17 13:41 /Users/.../.vimrc.bundles.bak -> /Users/.../Documents/maximum-awesome/vimrc.bundles
-rw-r--r--  1 ...  staff     0 May 17 13:41 /Users/.../.vimrc.bundles.local
-rw-r--r--  1 ...  staff   999 May 17 13:41 /Users/.../.vimrc.local

from maximum-awesome.

rudle avatar rudle commented on July 3, 2024

Based on what you've shown there, .vimrc and its friends are present in the place where vim expects it to be.

Can you restate the issue you're having? I'm afraid I've lost the thread.

from maximum-awesome.

eventualbuddha avatar eventualbuddha commented on July 3, 2024

My guess is that ~/bin wasn't in your PATH so it wasn't using the vim that maximum-awesome installs. Can you remember whether you ran echo 'export PATH="~/bin:$PATH"' >> ~/.bashrc and, if so, whether you opened a new shell after that?

from maximum-awesome.

cassidoo avatar cassidoo commented on July 3, 2024

Ooh we did do that command, but I could totally see that being the problem (not opening a new shell/not sourcing the bashrc after exporting the path). Good call!!

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.