Spice up termux with beautiful themes and productivity plugins to make your life easier!
pkg install zsh git lsd vim
Install Oh-My-Zsh
Spice up termux with beautiful themes and productivity plugins to make your life easier!
pkg install zsh git lsd vim
| # ~/.zshrc | |
| ZSH_DISABLE_COMPFIX=true | |
| export ZSH="/Users/joshholtz/.oh-my-zsh" | |
| # joshdholtz theme shows arch type in the prompt | |
| ZSH_THEME="joshdholtz" | |
| plugins=(git) | |
| source $ZSH/oh-my-zsh.sh | |
| # M1 and Rosetta |
| name: Build and Deploy to Gatsby every hour | |
| on: | |
| schedule: | |
| - cron: '0 */2 * * *' | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest |
| # Disclaimer: This is untested | |
| # | |
| # Odoo.com ERP version 11 | |
| # | |
| # Local testing via "$ docker-compose up" and navigating to localhost:8069 | |
| # | |
| # Deploy to Google Cloud Platform's Kubernetes Engine to make use of available | |
| # capacity in your existing GKE cluster (if you have it). | |
| # | |
| # 1. Create a GCP account at console.cloud.google.com, install "gcloud" and "kubectl" |