From 69d4cca7486de5502d3c3c92ad57f2e3056ead8c Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Fri, 16 Aug 2019 14:52:20 +0200 Subject: [PATCH] add offline dictionary --- Brewfile | 2 ++ centos.sh | 3 +++ 2 files changed, 5 insertions(+) diff --git a/Brewfile b/Brewfile index 0c0acc7..acb4021 100644 --- a/Brewfile +++ b/Brewfile @@ -70,6 +70,8 @@ brew "bat" brew "fselect" # Add surfraw https://github.com/kisom/surfraw brew "surfraw" +# Add dict +brew "dict" mas 'Keynote', id: 409183694 mas 'iMovie', id: 408981434 diff --git a/centos.sh b/centos.sh index 37fc217..942d82c 100644 --- a/centos.sh +++ b/centos.sh @@ -187,3 +187,6 @@ git clone --depth 1 https://gitlab.com/surfraw/Surfraw.git \ && make && make install && cd .. \ && rm -rf Surfraw + +# Dictionary +yum -y install dictd