From d830e8290d1ba60f0853d396f73665758aeb18ee Mon Sep 17 00:00:00 2001 From: Jinyoung Yoo Date: Wed, 3 Jun 2020 11:53:51 +0900 Subject: [PATCH] brew: Update for new package --- Brewfile | 24 ++++++++++++++++-------- brewinstall.sh | 13 +++++++++++++ 2 files changed, 29 insertions(+), 8 deletions(-) diff --git a/Brewfile b/Brewfile index 7e260e1..2273e7d 100644 --- a/Brewfile +++ b/Brewfile @@ -1,3 +1,5 @@ +cask_args appdir: '/Applications' + tap "homebrew/bundle" tap "homebrew/cask" tap "homebrew/cask-drivers" @@ -7,10 +9,8 @@ tap "homebrew/core" tap "homebrew/livecheck" tap "homebrew/services" tap "koekeishiya/formulae" - -cask_args appdir: '/Applications' - brew "ansifilter" +brew "libffi" brew "llvm" brew "ccls" brew "cmake" @@ -24,17 +24,18 @@ brew "highlight" brew "mackup" brew "mas" brew "neovim" -brew "node" +brew "node", link: false +brew "nvm" brew "pyenv" brew "python" brew "rename" +brew "rsync" brew "stow" brew "the_silver_searcher" brew "tmux" brew "tree" brew "vips" -brew "yarn" -brew "zplug" +brew "zsh-autosuggestions" brew "zsh-completions" brew "zsh-syntax-highlighting" brew "koekeishiya/formulae/yabai", args: ["HEAD"] @@ -62,18 +63,26 @@ cask "spectacle" cask "twitch" cask "typora" cask "visual-studio-code" +mas "Allkdic", id: 1033453958 +mas "Be Focused", id: 973134470 mas "com.alice.mac.GetPlainText", id: 508368068 mas "Elmedia Video Player", id: 1044549675 mas "Flycut", id: 442160987 +mas "Focus To-Do", id: 1258530160 mas "GarageBand", id: 682658836 mas "Ghostery Lite", id: 1436953057 mas "GIPHY CAPTURE", id: 668208984 +mas "GoodNotes", id: 1444383602 mas "Grammarly for Safari", id: 1462114288 +mas "Hancom Office HWP 2014 VP Viewer", id: 416746898 mas "iMovie", id: 408981434 +mas "KakaoTalk", id: 869223134 mas "Keynote", id: 409183694 mas "LINER", id: 1463530746 +mas "Mathpix Snipping Tool", id: 1349670778 mas "Memory Diag", id: 748212890 mas "Numbers", id: 409203825 +mas "OmniPlayer", id: 1470926410 mas "Pages", id: 409201541 mas "Pasta", id: 1438389787 mas "Pine Player", id: 1112075769 @@ -81,5 +90,4 @@ mas "Polaris Office", id: 1098211970 mas "Save to Pocket", id: 1477385213 mas "Scrap Paper", id: 1448441317 mas "Spark", id: 1176895641 -mas "올ㅋ사전", id: 1033453958 -mas "카카오톡", id: 869223134 +mas "xFormula", id: 1503622988 diff --git a/brewinstall.sh b/brewinstall.sh index 2930268..67a2eba 100644 --- a/brewinstall.sh +++ b/brewinstall.sh @@ -13,6 +13,19 @@ brew bundle --file=$HOME/dotfiles/Brewfile brew cleanup brew cask cleanup +mackup backup + [ ! -f $HOME/.gitconfig ] && ln -bns $HOME/dotfiles/.gitconfig $HOME/.gitconfig [ ! -f $HOME/.gitignore_global ] && ln -bns $HOME/dotfiles/.gitignore_global $HOME/.gitignore_global +#oh-my-zsh +sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" + +#nvm +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | zsh + +nvm install --lts + +npm install --global yarn + +