Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
mptardy committed Aug 14, 2018
1 parent 47a5dab commit 3df3cf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,23 @@ module.exports = {
//'torbrowser',
//'transmission',
// 'visual-studio-code',
//'vlc',
'vlc',
// 'xquartz',
'3xcphone', // TODO check if correct version
'alfred',
'appcleaner',
'fantastical',
'intel-power-gadget', // TODO check if current version
'intellij-idea', // TODO check if current version
'keepassxc',
'keepingyouawake',
'logitech-gaming-software', // TODO check if current version
'qlcolorcode',
'qlmarkdown',
'qlprettypatch',
'qlstephen',
'quicklook-json',
'setapp', // TODO check if current version
'sourcetree',
'sublime-text',
'viscosity',
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@ done
popd > /dev/null 2>&1


bot "Installing vim plugins"
# bot "Installing vim plugins"
# cmake is required to compile vim bundle YouCompleteMe
# require_brew cmake
vim +PluginInstall +qall > /dev/null 2>&1
# vim +PluginInstall +qall > /dev/null 2>&1

bot "installing fonts"
./fonts/install.sh
Expand Down

0 comments on commit 3df3cf3

Please sign in to comment.