kevinmcgill / dotfiles

Dotfiles and other configs, this time using dotbot
0 stars 0 forks source link

`asdf` command was never added to the `.zshrc` file during setup, meaning subsequent `asdf` usage failed #5

Closed kevinmcgill closed 2 months ago

kevinmcgill commented 8 months ago
➜  dotfiles git:(master) ./setup/init.sh   
Setting up the Mac
Installing Xcode Developer Tools
xcode-select: note: Command line tools are already installed. Use "Software Update" in System Settings or the softwareupdate command line interface to install updates
Installing TMUX Plugin Manager
fatal: destination path '/Users/kevinmcgill/.tmux/plugins/tpm' already exists and is not an empty directory.
Installing Oh My Zsh
The $ZSH folder already exists (/Users/kevinmcgill/.oh-my-zsh).

You ran the installer with the $ZSH setting or the $ZSH variable is
exported. You have 3 options:

1. Unset the ZSH variable when calling the installer:
   `ZSH= sh install.sh`
2. Install Oh My Zsh to a directory that doesn't exist yet:
   `ZSH=path/to/new/ohmyzsh/folder sh install.sh`
3. (Caution) If the folder doesn't contain important information,
   you can just remove it with `rm -r /Users/kevinmcgill/.oh-my-zsh`

Installing Node.js
./setup/nodejs.sh: line 3: asdf: command not found
./setup/nodejs.sh: line 4: asdf: command not found
./setup/nodejs.sh: line 5: asdf: command not found
Installing Python
./setup/python.sh: line 3: asdf: command not found
./setup/python.sh: line 4: asdf: command not found
./setup/python.sh: line 5: asdf: command not found
Installing Lua
./setup/lua.sh: line 3: asdf: command not found
./setup/lua.sh: line 4: asdf: command not found
./setup/lua.sh: line 5: asdf: command not found
Installing Ruby
./setup/ruby.sh: line 3: asdf: command not found
./setup/ruby.sh: line 4: asdf: command not found
./setup/ruby.sh: line 5: asdf: command not found
kevinmcgill commented 2 months ago

Closed by https://github.com/kevinmcgill/dotfiles/commit/ea2de92be23568f25f76a79f8593970be9122acd