diff --git a/envsetup.sh b/envsetup.sh index e5d1bb5..ffbbcdd 100755 --- a/envsetup.sh +++ b/envsetup.sh @@ -37,7 +37,7 @@ installpackages() { elif [[ "$userdistro" == "Fedora" ]]; then sudo yum install -y vim zsh tmux git subversion mercurial most python-pip elif [[ "$userdistro" == "Arch" ]]; then - sudo pacman --no-confirm -S vim zsh tmux git mercurial subversion most python-pip + sudo pacman --noconfirm -S vim zsh tmux git mercurial subversion most python-pip elif [[ "$userdistro" == "OSX" ]]; then sudo port install vim zsh tmux git-core git-extras mercurial subversion most #echo "export PATH=/opt/local/bin:/opt/local/sbin:$PATH" >> ~/.zshenv # This adds the port binary path, so that zsh can use it after, commented out by default.