-
Notifications
You must be signed in to change notification settings - Fork 8
feat(android_dev): Add tmux and auto-start dev session #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Installs tmux in the android_dev image. Adds a script that, on login, automatically starts a tmux session named dev-session or attaches to it if it already exists. This streamlines the development workflow by ensuring the user is always in a tmux session.
|
Image size for |
|
Image size for |
|
Image size for |
|
Image size for |
|
Image size for |
|
Image size for |
|
Image size for |
|
Image size for |
|
Image size for |
|
Image size for |
|
Image size for |
|
Image size for |
Installs tmux in the android_dev image.
Adds a script that, on login, automatically starts a tmux session named dev-session or attaches to it if it already exists. This streamlines the development workflow by ensuring the user is always in a tmux session.