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