diff --git a/fish/conf.d/user_functions.fish b/fish/conf.d/user_functions.fish index 41e6c94..2867fb5 100644 --- a/fish/conf.d/user_functions.fish +++ b/fish/conf.d/user_functions.fish @@ -39,8 +39,8 @@ end function brewInstallAll echo "brewfileに記載されているすべてのパッケージを導入します。" cat "$HOME/.dotfiles/homebrew/min/Brewfiles_all" >"$HOME/.dotfiles/homebrew/Brewfiles" - cat "$HOME/.dotfiles/homebrew/dev/Brewfiles_all" >"$HOME/.dotfiles/homebrew/Brewfiles" - cat "$HOME/.dotfiles/homebrew/extra/Brewfiles_all" >"$HOME/.dotfiles/homebrew/Brewfiles" + cat "$HOME/.dotfiles/homebrew/dev/Brewfiles_all" >>"$HOME/.dotfiles/homebrew/Brewfiles" + cat "$HOME/.dotfiles/homebrew/extra/Brewfiles_all" >>"$HOME/.dotfiles/homebrew/Brewfiles" if test (uname) = 'Darwin' echo "実行環境がMacのため、cask経由でアプリケーションをインストールします。" cat "$HOME/.dotfiles/homebrew/min/Brewfiles_mac" >>"$HOME/.dotfiles/homebrew/Brewfiles"