Skip to content

Instantly share code, notes, and snippets.

View dev1x's full-sized avatar
🔝
Migrated to Gitlab ¯\_(ツ)_/¯

Ricardo Félix dev1x

🔝
Migrated to Gitlab ¯\_(ツ)_/¯
  • Lisbon
View GitHub Profile
@dev1x
dev1x / iterm2-solarized.md
Created February 17, 2017 18:08 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Meslo powerline font + [Powerlevel9k] - (macOS)

Default

Default

Powerlevel9k

Powerlevel9k

@dev1x
dev1x / eb-clean.sh
Last active December 11, 2017 07:54
Elastic Beanstalk AppVersions clean
#!/bin/bash
#
# TODO: allow for region to be added
# set EB Application Name and Limit
ebAppName=${@:2}
ebAppLimit=${1:-"5"}
if [ "$#" -lt 1 ]; then
cat $(find PATH -type f -name 'FILENAME' -printf '%T@ %p\n' | sort -n | tail -1 | cut -f2- -d" ")