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

Fresh install report #27

Open
christopher-francisco opened this issue Nov 7, 2018 · 5 comments
Open

Fresh install report #27

christopher-francisco opened this issue Nov 7, 2018 · 5 comments

Comments

@christopher-francisco
Copy link
Owner

christopher-francisco commented Nov 7, 2018

 Here's the result testing on a fresh Macbook Air

  1. Rake aborted when no command line developer tools were found.
  2. Install script is installing the command line developer tools, but rake is installing (skipping) them too. It's confusing, maybe an output should explain the reason it's being skipped, or just not attempt to install it a second time
  3. universal-ctags and heroku are not being installed. No logs were shown
  4. None of the yarn global packages were installed. No logs where shown
  5. Virtualbox was not installed
  6. Output from git-clone is clogging the CLI
  7. It's asking for password multiple times between install. Maybe run it with sudo?
  8. No vim plugins were installed. It hung there and no logs were shown

A second run was attempted. The same results happened.

@christopher-francisco
Copy link
Owner Author

Opening Vim and running :PlugInstall installs the plugins. After that, the next rake call doesn't hang on the vim plugin install

@christopher-francisco
Copy link
Owner Author

christopher-francisco commented Nov 8, 2018

When "Allowing" apps like "virtualbox" on the security panel, it hangs after visual-studio-code
Nevermind, it didn't hang. It just took some time

@christopher-francisco
Copy link
Owner Author

christopher-francisco commented Nov 8, 2018

Yarn doesn't work because there's no node installed. Need to auto-setup NVM before running yarn commands.

The command is nvm install --lts=carbon

@christopher-francisco
Copy link
Owner Author

Need to auto-open and configure karabiner-elements.

@christopher-francisco
Copy link
Owner Author

When opening nvim it spits:

UltiSnips requires py >= 2.7 or py3
YouCompleteMe unavailable: requires Vim compiled with Python (2.7.1+ or 3.4+) support.

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

No branches or pull requests

1 participant