Skip to content

Instantly share code, notes, and snippets.

@amerllica
Last active November 5, 2024 21:52
Show Gist options
  • Select an option

  • Save amerllica/fa1bdf60f512e04dfb6fcd7e1e408a4c to your computer and use it in GitHub Desktop.

Select an option

Save amerllica/fa1bdf60f512e04dfb6fcd7e1e408a4c to your computer and use it in GitHub Desktop.
android path zshell
# Fig pre block. Keep at the top of this file.
#[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.pre.zsh"
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/Users/amerllica/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="robbyrussell"
# Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load
# a theme from this variable instead of looking in $ZSH/themes/
# If set to an empty array, this variable will have no effect.
# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
# Uncomment the following line to use hyphen-insensitive completion.
# Case-sensitive completion must be off. _ and - will be interchangeable.
# HYPHEN_INSENSITIVE="true"
# Uncomment the following line to disable bi-weekly auto-update checks.
# DISABLE_AUTO_UPDATE="true"
# Uncomment the following line to automatically update without prompting.
# DISABLE_UPDATE_PROMPT="true"
# Uncomment the following line to change how often to auto-update (in days).
# export UPDATE_ZSH_DAYS=13
# Uncomment the following line if pasting URLs and other text is messed up.
# DISABLE_MAGIC_FUNCTIONS="true"
# Uncomment the following line to disable colors in ls.
# DISABLE_LS_COLORS="true"
# Uncomment the following line to disable auto-setting terminal title.
# DISABLE_AUTO_TITLE="true"
# Uncomment the following line to enable command auto-correction.
# ENABLE_CORRECTION="true"
# Uncomment the following line to display red dots whilst waiting for completion.
# Caution: this setting can cause issues with multiline prompts (zsh 5.7.1 and newer seem to work)
# See https://github.com/ohmyzsh/ohmyzsh/issues/5765
# COMPLETION_WAITING_DOTS="true"
# Uncomment the following line if you want to disable marking untracked files
# under VCS as dirty. This makes repository status check for large repositories
# much, much faster.
# DISABLE_UNTRACKED_FILES_DIRTY="true"
# Uncomment the following line if you want to change the command execution time
# stamp shown in the history command output.
# You can set one of the optional three formats:
# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
# or set a custom format using the strftime function format specifications,
# see 'man strftime' for details.
# HIST_STAMPS="mm/dd/yyyy"
# Would you like to use another custom folder than $ZSH/custom?
# ZSH_CUSTOM=/path/to/new-custom-folder
# Which plugins would you like to load?
# Standard plugins can be found in $ZSH/plugins/
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git)
source $ZSH/oh-my-zsh.sh
# User configuration
# export MANPATH="/usr/local/man:$MANPATH"
# You may need to manually set your language environment
# export LANG=en_US.UTF-8
# Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='vim'
# else
# export EDITOR='mvim'
# fi
# Compilation flags
# export ARCHFLAGS="-arch x86_64"
# Set personal aliases, overriding those provided by oh-my-zsh libs,
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
# For a full list of active aliases, run `alias`.
#
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
alias yt="yarn test"
alias yd="yarn dev"
alias yb="yarn build"
alias ys="yarn start"
alias yi="yarn ios"
alias ya="yarn android"
alias yw="yarn web"
alias ye="yarn example"
alias yws="yarn workspace"
alias gx="gcmsg"
alias grbm="git rebase main"
alias grbd="git rebase develop"
alias grbc="git rebase --continue"
alias grss="git restore --staged"
alias p4="ping 4.2.2.4"
alias pf="ping facebook.com"
alias pg="ping google.com"
alias m1="arch -x86_64"
# env variables
export NVM_HOME="$HOME/.nvm"
export RVM_HOME=$HOME/.rvm
export XAMPP_HOME=/Applications/XAMPP/xamppfiles
export COMPOSER_HOME=$HOME/.composer/vendor
export RUST_HOME=$HOME/.cargo/env
export HOMEBREW_HOME=/opt/homebrew
# export DOCKER_DEFAULT_PLATFORM=linux/amd64
export PLUGINS_DIR=$HOME/.rabbitmq
export MYSQL_HOME=/usr/local/mysql-8.0.31-macos12-arm64/bin
export ANDROID_HOME=$HOME/Library/Android/sdk
export ANDROID_NDK=$ANDROID_HOME/ndk/25.0.8775105
export BUN_HOME="$HOME/.bun"
export FLUTTER_HOME=$HOME/Library/Flutter/sdk
export OPENSSL_HOME=/opt/homebrew/opt/openssl@3
export JENV_HOME="$HOME/.jenv"
export PATH=$PATH:$RVM_HOME/bin
export PATH=$PATH:$HOMEBREW_HOME/bin
export PATH=$PATH:$JENV_HOME/bin
export PATH=$PATH:$ANDROID_HOME/emulator
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/tools/bin
export PATH=$PATH:$ANDROID_HOME/platform-tools
export PATH=$PATH:$ANDROID_NDK
export PATH=$PATH:$MYSQL_HOME
export PATH=$PATH:$XAMPP_HOME/bin
export PATH=$PATH:$COMPOSER_HOME/bin
export PATH=$PATH:$RUST_HOME
export PATH=$PATH:$BUN_HOME/bin
export PATH=$PATH:$FLUTTER_HOME/bin
export PATH=$PATH:$OPENSSL_HOME/bin
export PATH=$PATH:/Users/amerllica/.deno/bin
# Sources
[ -s "$BUN_HOME/_bun" ] && source "$BUN_HOME/_bun"
[ -s "$NVM_HOME/nvm.sh" ] && \. "$NVM_HOME/nvm.sh" # This loads nvm
[ -s "$NVM_HOME/bash_completion" ] && \. "$NVM_HOME/bash_completion" # This loads nvm bash_completion
# Set Node.js version from .nvmrc in current directory
nvm_auto_use() {
local node_version="$(nvm version)"
local nvmrc_path="$(nvm_find_nvmrc)"
if [ -n "$nvmrc_path" ]; then
local nvmrc_node_version="$(cat "$nvmrc_path")"
if [ "$node_version" != "$nvmrc_node_version" ]; then
nvm use --silent
fi
else
nvm use default --silent
fi
}
add-zsh-hook chpwd nvm_auto_use
nvm_auto_use
# OpenConnect
oc() {
echo "694nqGxj0vIh1u2x" | sudo openconnect --protocol=anyconnect 185.206.231.199:8443 --user=amer.orimi --passwd-on-stdin --servercert pin-sha256:9W7mhJ0rmOjcDy2XWWxUD4p/gWsrmofMzeU00sNyQEE=
}
# useful only for Mac OS Silicon M1,
# still working but useless for the other platforms
docker() {
if [[ `uname -m` == "arm64" ]] && [[ "$1" == "run" || "$1" == "build" ]]; then
/usr/local/bin/docker "$1" --platform linux/amd64 "${@:2}"
else
/usr/local/bin/docker "$@"
fi
}
eval "$(jenv init -)"
jenv enable-plugin export
export GPG_TTY=$(tty)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment