diff --git a/Brewfile b/Brewfile index dbccc0a..c9ac8dc 100644 --- a/Brewfile +++ b/Brewfile @@ -62,6 +62,8 @@ brew "bash-snippets" brew "mas" # Using pyenv to be able to install specific python versions https://stackoverflow.com/questions/49794432/how-to-setup-a-pipenv-python-3-6-project-if-os-python-version-is-3-5 brew "pyenv" +# Google CLI https://github.com/jarun/googler +brew "googler" mas 'Keynote', id: 409183694 mas 'iMovie', id: 408981434 diff --git a/centos.sh b/centos.sh index 7ebb1af..5c08883 100644 --- a/centos.sh +++ b/centos.sh @@ -166,3 +166,6 @@ git checkout v1.22.1 ./install.sh all rm -rf Bash-Snippets cd $HOME + +# Install googler https://github.com/jarun/googler#installation +sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v3.9/googler && sudo chmod +x /usr/local/bin/googler diff --git a/dot_scripts/bootstrap.sh b/dot_scripts/bootstrap.sh index f995e61..0ead157 100755 --- a/dot_scripts/bootstrap.sh +++ b/dot_scripts/bootstrap.sh @@ -137,9 +137,6 @@ esac sudo pip install --upgrade pip pip install -r requirements.txt -# Install googler -sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v3.9/googler && sudo chmod +x /usr/local/bin/googler - # was used for some slack cli in python... https://pypi.org/project/slack-cli/ # pip3 install pipenv # pyenv install 3.6.0 diff --git a/dot_zsh_aliases b/dot_zsh_aliases index 8863de1..58a0819 100644 --- a/dot_zsh_aliases +++ b/dot_zsh_aliases @@ -37,6 +37,10 @@ alias tsearch='twitter search all' alias tsearchfav='twitter search favorites' alias tsearchtimeline='twitter search timeline' +# Search +alias ddg='ddgr' +alias goo='googler' + # Events alias agenda='calendar' alias mails="gmail && gmail2"