christopher-francisco / vizion

Provisioning for a new MacOS machine from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fresh install report

christopher-francisco opened this issue · comments

 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.

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

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

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

Need to auto-open and configure karabiner-elements.

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.