Aliases for googler / duckduckgo

Improve install method for centos/macos
This commit is contained in:
Morgan Wattiez 2019-08-15 10:03:27 +02:00
parent 51cce7d63a
commit 38c367bb34
4 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"