Setup: extend global $PATH.
This commit is contained in:
parent
189a101ac5
commit
012935f6c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user