This will host the scripts that find useful for my android development setup.
This script will try to install the following dependencies on your environment:
-
Homebrew
-
wget
-
Android Studio
-
Java 8
-
Google Chrome
-
ktlint
-
git
-
ImageMagick
-
pidcat
-
Slack (optional)
-
Source Tree (optional)
-
iTerm2 (optional)
-
oh-my-zsh (optional)
-
Zeplin (optional)
-
Spotify (optional) - one only codes focused with music
-
Spectacle (optional)
In addition it will try to setup a correct git configuration by asking your name and email, and create a private SSH key so that you don't have to authenticate everytime.
This script will make use of adb
to take a screenshot of your connected phone and then it will resize it to 480x800 (so that the generated screenshot is not to big to use in PR descriptions.)
To run it just do ./screenshot
This script will enabled/disable the layout bounds on your phone. It takes one parameter that represents if it is enabled (true
) or disabled (false
)
Example:
- To enable
./layoutb true
- To disable
./layoutb false