mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-22 03:00:05 +00:00
12 lines
138 B
Text
12 lines
138 B
Text
|
#!/bin/bash
|
||
|
# Description: AWS command-line utilities
|
||
|
set -e
|
||
|
|
||
|
_recipe brew
|
||
|
_recipe python
|
||
|
|
||
|
_pip awscli
|
||
|
|
||
|
_brew_tap lucagrulla/tap
|
||
|
_brew cw
|