more brew and fixed aliases

main
Steffen Becker 11 years ago
parent f8142dc0b0
commit 657d3068d0

@ -37,8 +37,8 @@ alias gmo='$EDITOR $(git ls-files -m)'
# aliases for apache and mysql
alias apachestart='sudo /usr/sbin/apachectl start'
alias apachestop='sudo /usr/sbin/apachectl stop'
alias apachestart='sudo apachectl start'
alias apachestop='sudo apachectl stop'
alias mysqlstart='mysql.server start'
alias mysqlstop='mysql.server stop'
alias dev='apachestart && mysqlstart'
@ -78,9 +78,9 @@ alias upall='sysup && brewup && gemup && npmup'
# easy hosts / apache / php editing
alias hosts='sudo vim /etc/hosts'
alias vhosts='sudo vim /etc/apache2/extra/httpd-vhosts.conf'
alias phpini='vim /usr/local/etc/php/5.4/php.ini'
alias http='sudo vim /etc/apache2/httpd.conf'
alias vhosts='sudo vim /usr/local/etc/apache2/extra/httpd-vhosts.conf'
alias phpini='vim /usr/local/etc/php/5.5/php.ini'
alias http='vim /usr/local/etc/apache2/httpd.conf'
# vagrant stuff

@ -12,6 +12,8 @@ export PATH=$HOME/.rbenv/shims:$PATH
export PATH=/usr/local/bin:/usr/local/sbin:$PATH
export PATH=$HOME/.tmuxifier/bin:$PATH
export NODE_PATH=$NODE_PATH:/usr/local/lib/node_modules
fpath=($HOME/dotfiles/zsh/zsh-completions/src $fpath)
export MANPATH=/usr/local/share/man:$MANPATH

@ -38,7 +38,7 @@ git submodule update
# link the dotfiles
ln -s ~/dotfiles/agignore ~/.agignore
ln -s ~/dotfiles/editorconf ~/.editorconf
ln -s ~/dotfiles/editorconfig ~/.editorconfig
ln -s ~/dotfiles/gitconfig ~/.gitconfig
ln -s ~/dotfiles/gitignore ~/.gitignore
ln -s ~/dotfiles/jshintrc ~/.jshintrc

@ -58,6 +58,16 @@ brew cask install truecrypt
brew cask install vagrant
brew cask install virtualbox
brew cask install vlc
brew cask install wedge
brew cask install xld
# quicklook stuff
brew cask install qlcolorcode
brew cask install qlstephen
brew cask install qlmarkdown
brew cask install quicklook-json
brew cask install quicklook-csv
brew cask install betterzipql
qlmanage -r
# the rest -> appstore or adobe or others :-)

Loading…
Cancel
Save