skwp / dotfiles

YADR - The best vim,git,zsh plugins and the cleanest vimrc you've ever seen
http://skwp.github.com/dotfiles
BSD 2-Clause "Simplified" License
6.96k stars 1.41k forks source link

Unable to install yadr due to issue w/ Chezmoi and nproc? #882

Closed rajuashok closed 1 year ago

rajuashok commented 1 year ago

I'm trying to install YADR on an M2 MacBook Air. When running the install script I get the following error:

chezmoi: template: private_dot_config/mr/groups.d/00-personal.tmpl:1:14: executing "private_dot_config/mr/groups.d/00-personal.tmpl" at <output "nproc">: error calling output: nproc: exec: "nproc": executable file not found in $PATH

I thought it may have still installed fine, but when opening a new terminal I'm not seeing any of the aliases or yadr niceties available.

Is there an issue with apple silicon?

rajuashok commented 1 year ago

So I deleted everything and ran the following:

sh -c "`curl -fsSL https://raw.githubusercontent.com/skwp/dotfiles/master/install.sh`"

That seemed to work.

Running this is what caused issues and did not install anything: sh -c "`curl -fsSL https://github.com/nandalopes/dotfiles/raw/main/root/bin/yadr/install.sh`"

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 45 days with no activity. If no action is taken it will be closed in 10 days