Skip to content

Instantly share code, notes, and snippets.

@algas
Last active March 9, 2017 02:25
Show Gist options
  • Save algas/d5e2ef5c9ad04c1ead7c61d18d666424 to your computer and use it in GitHub Desktop.
Save algas/d5e2ef5c9ad04c1ead7c61d18d666424 to your computer and use it in GitHub Desktop.
My whalebrew packages

Whalebrew packages

https://github.com/algas/whalebrew-packages

Docker for Mac

You need to install Docker first. https://www.docker.com/docker-mac

Install whalebrew

https://github.com/bfirsh/whalebrew

curl -L "https://github.com/bfirsh/whalebrew/releases/download/0.0.5/whalebrew-$(uname -s)-$(uname -m)" -o /usr/local/bin/whalebrew; chmod +x /usr/local/bin/whalebrew

Configuration

Set installing path in your shell profile.

mkdir -p ~/.whalebrew/bin
echo "export WHALEBREW_INSTALL_PATH=$PATH:$HOME/.whalebrew/bin" >> ~/.bashrc
source ~/.bashrc

Install package

  • curl: whalebrew install algas/curl
  • date: whalebrew install algas/date
  • fab: whalebrew install algas/fab
  • find: whalebrew install algas/find
  • gawk: whalebrew install algas/gawk
  • nkf: whalebrew install algas/nkf
  • pwgen: whalebrew install algas/pwgen
  • sed: whalebrew install algas/sed
  • sl: whalebrew install algas/sl
@ikemonn
Copy link

ikemonn commented Mar 9, 2017

sl コマンドがw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment