Setup: extend global $PATH.

This commit is contained in:
Artem Sapegin 2013-02-16 01:11:03 +04:00
parent 189a101ac5
commit 012935f6c1
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ sudo sed -i '' "s^Group _www^Group staff^" httpd.conf
echo -e "NameVirtualHost *:80\n\n<Directory />\n AllowOverride All\n Allow from all\n</Directory>\n" | sudo tee extra/httpd-vhosts.conf
cd -
# Extend global $PATH
echo -e "setenv PATH $HOME/dotfiles/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" | sudo tee /etc/launchd.conf
# Everything else
brew install unrar
brew install ack