Skip to content

Commit

Permalink
replace homebrew php with laravel herd
Browse files Browse the repository at this point in the history
  • Loading branch information
milon committed Jul 27, 2023
1 parent e442970 commit acbeb6a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 23 deletions.
6 changes: 0 additions & 6 deletions bin/dotfiles
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ sub_help () {
echo " ${YELLOW}python${NC} Run python setup script"
echo " ${YELLOW}java${NC} Run java setup script"
echo " ${YELLOW}composer${NC} Run composer setup script"
echo " ${YELLOW}valet${NC} Run valet script"
echo " ${YELLOW}git${NC} Run git config script"
echo " ${YELLOW}clone${NC} Run git clone script"
echo " ${YELLOW}mac${NC} Run MacOS defaults script"
Expand Down Expand Up @@ -93,11 +92,6 @@ sub_composer () {
echo -e "${GREEN}$ARROW Success! Composer setup command finished.${NC}"
}

sub_valet () {
. "$support_dir/valet.sh"
echo -e "${GREEN}$ARROW Success! Valet command finished.${NC}"
}

sub_git () {
. "$support_dir/git.sh"
echo -e "${GREEN}$ARROW Success! Git config command finished.${NC}"
Expand Down
3 changes: 0 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ source "$support_dir/git.sh" && cd $dotfiles_dir
title 'COMPOSER'
source "$support_dir/composer.sh" && cd $dotfiles_dir

title 'VALET'
source "$support_dir/valet.sh" && cd $dotfiles_dir

title 'GIT CLONE'
source "$support_dir/git_clone.sh" && cd $dotfiles_dir

Expand Down
6 changes: 2 additions & 4 deletions support/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ brew 'antigen' # zsh plugins manager
brew 'imagemagick'
brew 'jenv'
brew 'meilisearch'
brew 'mysql'
brew 'nvm'
brew 'php'
brew 'pyenv'
brew 'redis'
brew 'sqlite'
brew 'vim'

Expand All @@ -47,9 +44,10 @@ cask 'air-video-server-hd'
cask 'aldente' # charging controller app
cask 'appcleaner'
cask 'bartender'
cask 'dbngin'
cask 'dbngin' # mysql, postgresql, redis
cask 'docker'
cask 'google-chrome'
cask 'herd' # php development environment
cask 'imageoptim'
cask 'iina' # media player
cask 'iterm2'
Expand Down
1 change: 0 additions & 1 deletion support/composer.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/zsh

brew install composer
composer global require laravel/valet
composer global require psy/psysh

echo 'XX -- Composer done.'
9 changes: 0 additions & 9 deletions support/valet.sh

This file was deleted.

0 comments on commit acbeb6a

Please sign in to comment.