Skip to content

Commit

Permalink
brew: Update for new package
Browse files Browse the repository at this point in the history
  • Loading branch information
ujinyng committed Jun 3, 2020
1 parent b22f7a7 commit d830e82
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
24 changes: 16 additions & 8 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cask_args appdir: '/Applications'

tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
Expand All @@ -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"
Expand All @@ -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"]
Expand Down Expand Up @@ -62,24 +63,31 @@ 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
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
13 changes: 13 additions & 0 deletions brewinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit d830e82

Please sign in to comment.