Skip to content

Instantly share code, notes, and snippets.

@supercid
Last active June 12, 2019 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save supercid/b176077b10ad7d34c54522729e82bb0e to your computer and use it in GitHub Desktop.
Save supercid/b176077b10ad7d34c54522729e82bb0e to your computer and use it in GitHub Desktop.
My zshrc config
export PATH=$HOME/bin:/usr/local/bin:$PATH
source <(antibody init)
PATH="/Users/alcidemar/Library/Python/2.7/bin:${PATH}"
# Path to your oh-my-zsh installation.
export ZSH=/Users/alcidemar/.oh-my-zsh
#export NVM_DIR="$HOME/.nvm"
#. "/usr/local/opt/nvm/nvm.sh"
# The shit above slows down the shell by 3 seconds! Load manually when needed
alias loadnvm=". /usr/local/opt/nvm/nvm.sh"
ZSH_THEME="powerlevel9k/powerlevel9k"
# Uncomment the following line to enable command auto-correction.
ENABLE_CORRECTION="true"
# Uncomment the following line to display red dots whilst waiting for completion.
COMPLETION_WAITING_DOTS="true"
plugins=(
git
zsh-autosuggestions
git-flow-completion
fasd
)
source $ZSH/oh-my-zsh.sh
# User configuration
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
# Preferred editor for local and remote sessions
if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='subl'
else
export EDITOR='nano'
fi
# Aliases
alias dc="docker-compose"
alias zshconfig="subl ~/.zshrc"
alias ohmyzsh="subl ~/.oh-my-zsh"
alias genpass="LC_ALL=C tr -dc \"[:alpha:][:alnum:]\" < /dev/urandom | head -c 20 | pbcopy"
alias selenium="java -jar /usr/local/bin/selenium-server-standalone-3.13.0.jar"
alias speedtest="speedtest-cli"
alias phpserver="php bin/console server:run"
alias sy="php bin/console"
alias m="php bin/magento"
alias clearmongo="docker-compose stop; docker-compose rm -vf mongodb; docker-compose up -d mongodb"
alias runplay='cd ~/playcart; g stash && gfo&&gup && g stash pop; play clean; eval $(aws ecr get-login --region us-east-1 --no-include-email); play dependencies --sync --%test; docker-compose up -d && docker-compose start; play run'
# Apache Logs
alias logm1="tail -f /private/var/log/apache2/magento1.dev.nos.to-error_log"
alias logm1ee="tail -f /private/var/log/apache2/magento1ee.dev.nos.to-error_log"
alias logm2="tail -f /private/var/log/apache2/magento2.dev.nos.to-error_log"
alias logm2ee="tail -f /private/var/log/apache2/magento2ee.dev.nos.to-error_log"
alias logshopware="tail -f /private/var/log/apache2/shopware.dev.nos.to-error_log"
alias logprestashop17="tail -f /private/var/log/apache2/prestashop17.dev.nos.to-error_log"
alias logprestashop16="tail -f /private/var/log/apache2/prestashop16.dev.nos.to-error_log"
alias phing="./vendor/bin/phing validate"
alias phan="./vendor/bin/phan --config-file=phan.php --output-mode=checkstyle"
alias runPhan="composer install --quiet; c; phan; composer install --no-dev --quiet"
# Useful Scripts
alias installShopware='curl https://gist.githubusercontent.com/supercid/b86b10a8bd9631769b81c2ee05f9a65b/raw/install_shopware.sh | sh'
alias magentoCheck='curl https://gist.githubusercontent.com/supercid/b1b3f061c38e84a3a06b7b989727a748/raw/95efd78603ddd445bbc85c10081023e3b52102f5/magento_check.php | php'
alias installNostoM1='curl https://gist.githubusercontent.com/supercid/4589e9acd0c7dd72d0b449761e945a1c/raw/df790c879ef33b554dfa61b41f2f59bdb632757f/m1.sh | sh'
alias loginPlugintestInstances='curl https://gist.githubusercontent.com/supercid/fb63647e0c6c5da2a95852967030147a/raw/3cb3d6e9e3839e2a445aa5469c08cfea12046492/dockerplugintestLogin.sh | sh'
# Plugintest Scripts
function installShop() {
( cd ~/Developer/docker; \
# gfo && gup; \
tools/manage-testshops.sh \
--name $0 \
--shoptype $1 \
--action create \
--use-ssl \
--mem=4096
)
}
function deleteShop() {
(
cd ~/Developer/docker; \
# gfo && gup; \
tools/manage-testshops.sh \
--name $0 \
--shoptype $1 \
--action delete
)
}
alias M2CreatePlugintest='cd ~/Developer/docker; gfo && gup; tools/manage-testshops.sh --name magento2 --shoptype magento2 --action create --use-ssl --mem=4096 --version 2.3'
alias M2DeletePlugintest='cd ~/Developer/docker; gfo && gup; tools/manage-testshops.sh --name magento2 --shoptype magento2 --action delete --use-ssl'
alias M1CreatePlugintest='cd ~/Developer/docker; gfo && gup; tools/manage-testshops.sh --name magento1 --shoptype magento --action create --use-ssl --mem=4096 --version=1.9.2.3'
alias M1DeletePlugintest='cd ~/Developer/docker; gfo && gup; tools/manage-testshops.sh --name magento1 --shoptype magento --action delete --use-ssl'
alias ShopwareCreatePlugintest='cd ~/Developer/docker; gfo && gup; tools/manage-testshops.sh --name shopware --shoptype shopware --action create --use-ssl --mem=4096 --version=5.4'
alias ShopwareDeletePlugintest='cd ~/Developer/docker; gfo && gup; tools/manage-testshops.sh --name shopware --shoptype shopware --action delete --use-ssl'
alias prestashopCreatePlugintest='installShop prestashop1 prestashop'
alias prestashopDeletePlugintest='deleteShop prestashop1 prestashop'
alias myNostoM2EE='curl https://gist.githubusercontent.com/supercid/9f8ea1967fe9c3a7970ce192b9a86f57/raw/my_nosto_m2ee.sh | sh'
alias m='bin/magento'
alias createMysqlDocker='docker run -p 3306:3306 --name shopapp-mysql -e MYSQL_ROOT_PASSWORD=root -d mysql:5.7'
alias mysqlStart='docker start mysql-shopware'
alias help="tldr"
alias du="ncdu --color dark -rr -x --exclude .git --exclude node_modules"
alias cat='bat'
alias preview="fzf --preview 'bat --color \"always\" {}'"
alias ping='prettyping --nolegend'
# Add support for ctrl+o to open selected file in Sublime Text
export FZF_DEFAULT_OPTS="--bind='ctrl-o:execute(subl {})+abort'"
export PATH="/usr/local/sbin:$PATH"
export PATH=~/.composer/vendor/bin:$PATH
export PATH=/usr/local/bin:/usr/local/sbin:$PATH
# Private Keys
export AWS_ACCESS_KEY_ID=""
export AWS_SECRET_KEY=""
export AWS_SECRET_ACCESS_KEY=""
export JENKINS_USERNAME=""
export JENKINS_API_TOKEN=""
##
export DEFAULT_USER="$USER"
# Apache Spark and Scala
export SPARK_HOME=/usr/local/Cellar/apache-spark/2.3.2/libexec
export PYTHONPATH=/usr/local/Cellar/apache-spark/2.3.2/libexec/python/:$PYTHONPATH
# Playcart path
export PATH=$PATH:~/playcart/playframework
function h() {
( cd ~/Homestead && vagrant $* )
}
source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
POWERLEVEL9K_MODE='awesome-patched'
POWERLEVEL9K_DIR_PATH_SEPARATOR=" $(print_icon "LEFT_SUBSEGMENT_SEPARATOR") "
POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER=true
POWERLEVEL9K_PROMPT_ON_NEWLINE=true
POWERLEVEL9K_OS_ICON_BACKGROUND="black"
POWERLEVEL9K_OS_ICON_FOREGROUND="249"
POWERLEVEL9K_STATUS_OK_BACKGROUND="black"
POWERLEVEL9K_STATUS_OK_FOREGROUND="green"
POWERLEVEL9K_STATUS_ERROR_BACKGROUND="black"
POWERLEVEL9K_STATUS_ERROR_FOREGROUND="red"
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=('status' 'os_icon' 'todo' 'context' 'dir' 'vcs')
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=('php_version' 'time')
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
# 6. Networking
# 7. System Operations & Information
# 8. Web Development
# 9. Reminders & Notes
#
# ---------------------------------------------------------------------------
# -------------------------------
# 1. ENVIRONMENT CONFIGURATION
# -------------------------------
# Change Prompt
# ------------------------------------------------------------
export PS1="________________________________________________________________________________\n| \w @ \h (\u) \n| => "
export PS2="| => "
# Set Paths
# ------------------------------------------------------------
# export PATH="$PATH:/usr/local/bin/"
# export PATH="/usr/local/git/bin:/sw/bin/:/usr/local/bin:/usr/local/:/usr/local/sbin:/usr/local/mysql/bin:$PATH"
# Set Default Editor (change 'Nano' to the editor of your choice)
# ------------------------------------------------------------
# export EDITOR=/usr/bin/nano
# Set default blocksize for ls, df, du
# from this: http://hints.macworld.com/comment.php?mode=view&cid=24491
# ------------------------------------------------------------
export BLOCKSIZE=1k
# -----------------------------
# 2. MAKE TERMINAL BETTER
# -----------------------------
alias cp='cp -iv' # Preferred 'cp' implementation
alias mv='mv -iv' # Preferred 'mv' implementation
alias mkdir='mkdir -pv' # Preferred 'mkdir' implementation
alias l='exa -lah --grid' # Preferred 'ls' implementation using exa for colors and grid
alias ll='ls -FGlAhp' # Preferred 'ls' implementation
alias less='less -FSRXc' # Preferred 'less' implementation
cd() { builtin cd "$@"; l; } # Always list directory contents upon 'cd'
alias cd..='cd ../' # Go back 1 directory level
alias ..='cd ../' # Go back 1 directory level
alias ...='cd ../../' # Go back 2 directory levels
alias .3='cd ../../../' # Go back 3 directory levels
alias .4='cd ../../../../' # Go back 4 directory levels
alias .5='cd ../../../../../' # Go back 5 directory levels
alias .6='cd ../../../../../../' # Go back 6 directory levels
alias edit='subl' # edit: Opens any file in Sublime Text Editor
alias f='open -a Finder ./' # f: Opens current directory in MacOS Finder
alias ~="cd ~" # ~: Go Home
alias c='clear' # c: Clear terminal display
alias which='type -a' # which: Find executables
alias path='echo -e ${PATH//:/\\n}' # path: Echo all executable Paths
alias show_options='shopt' # Show_options: display bash options settings
alias fix_stty='stty sane' # fix_stty: Restore terminal settings when screwed up
alias cic='set completion-ignore-case On' # cic: Make tab-completion case-insensitive
mcd () { mkdir -p "$1" && cd "$1"; } # mcd: Makes new Dir and jumps inside
trash () { command mv "$@" ~/.Trash ; } # trash: Moves a file to the MacOS trash
ql () { qlmanage -p "$*" >& /dev/null; } # ql: Opens any file in MacOS Quicklook Preview
alias DT='tee ~/Desktop/terminalOut.txt' # DT: Pipe content to file on MacOS Desktop
# lr: Full Recursive Directory Listing
# ------------------------------------------
alias lr='ls -R | grep ":$" | sed -e '\''s/:$//'\'' -e '\''s/[^-][^\/]*\//--/g'\'' -e '\''s/^/ /'\'' -e '\''s/-/|/'\'' | less'
# mans: Search manpage given in agument '1' for term given in argument '2' (case insensitive)
# displays paginated result with colored search terms and two lines surrounding each hit. Example: mans mplayer codec
# --------------------------------------------------------------------
mans () {
man $1 | grep -iC2 --color=always $2 | less
}
# showa: to remind yourself of an alias (given some part of it)
# ------------------------------------------------------------
showa () { /usr/bin/grep --color=always -i -a1 $@ ~/Library/init/bash/aliases.bash | grep -v '^\s*$' | less -FSRXc ; }
# -------------------------------
# 3. FILE AND FOLDER MANAGEMENT
# -------------------------------
zipf () { zip -r "$1".zip "$1" ; } # zipf: To create a ZIP archive of a folder
alias numFiles='echo $(ls -1 | wc -l)' # numFiles: Count of non-hidden files in current dir
alias make1mb='mkfile 1m ./1MB.dat' # make1mb: Creates a file of 1mb size (all zeros)
alias make5mb='mkfile 5m ./5MB.dat' # make5mb: Creates a file of 5mb size (all zeros)
alias make10mb='mkfile 10m ./10MB.dat' # make10mb: Creates a file of 10mb size (all zeros)
# cdf: 'Cd's to frontmost window of MacOS Finder
# ------------------------------------------------------
cdf () {
currFolderPath=$( /usr/bin/osascript <<EOT
tell application "Finder"
try
set currFolder to (folder of the front window as alias)
on error
set currFolder to (path to desktop folder as alias)
end try
POSIX path of currFolder
end tell
EOT
)
echo "cd to \"$currFolderPath\""
cd "$currFolderPath"
}
# extract: Extract most know archives with one command
# ---------------------------------------------------------
extract () {
if [ -f $1 ] ; then
case $1 in
*.tar.bz2) tar xjf $1 ;;
*.tar.gz) tar xzf $1 ;;
*.bz2) bunzip2 $1 ;;
*.rar) unrar e $1 ;;
*.gz) gunzip $1 ;;
*.tar) tar xf $1 ;;
*.tbz2) tar xjf $1 ;;
*.tgz) tar xzf $1 ;;
*.zip) unzip $1 ;;
*.Z) uncompress $1 ;;
*.7z) 7z x $1 ;;
*) echo "'$1' cannot be extracted via extract()" ;;
esac
else
echo "'$1' is not a valid file"
fi
}
# ---------------------------
# 4. SEARCHING
# ---------------------------
alias qfind="find . -name " # qfind: Quickly search for file
ff () { /usr/bin/find . -name "$@" ; } # ff: Find file under the current directory
ffs () { /usr/bin/find . -name "$@"'*' ; } # ffs: Find file whose name starts with a given string
ffe () { /usr/bin/find . -name '*'"$@" ; } # ffe: Find file whose name ends with a given string
# spotlight: Search for a file using MacOS Spotlight's metadata
# -----------------------------------------------------------
spotlight () { mdfind "kMDItemDisplayName == '$@'wc"; }
# ---------------------------
# 5. PROCESS MANAGEMENT
# ---------------------------
# findPid: find out the pid of a specified process
# -----------------------------------------------------
# Note that the command name can be specified via a regex
# E.g. findPid '/d$/' finds pids of all processes with names ending in 'd'
# Without the 'sudo' it will only find processes of the current user
# -----------------------------------------------------
findPid () { lsof -t -c "$@" ; }
# memHogsTop, memHogsPs: Find memory hogs
# -----------------------------------------------------
alias memHogsTop='top -l 1 -o rsize | head -20'
alias memHogsPs='ps wwaxm -o pid,stat,vsize,rss,time,command | head -10'
# cpuHogs: Find CPU hogs
# -----------------------------------------------------
alias cpu_hogs='ps wwaxr -o pid,stat,%cpu,time,command | head -10'
# topForever: Continual 'top' listing (every 10 seconds)
# -----------------------------------------------------
alias topForever='top -l 9999999 -s 10 -o cpu'
# ttop: Recommended 'top' invocation to minimize resources
# ------------------------------------------------------------
# Taken from this macosxhints article
# http://www.macosxhints.com/article.php?story=20060816123853639
# ------------------------------------------------------------
alias ttop="top -R -F -s 10 -o rsize"
# my_ps: List processes owned by my user:
# ------------------------------------------------------------
my_ps() { ps $@ -u $USER -o pid,%cpu,%mem,start,time,bsdtime,command ; }
# ---------------------------
# 6. NETWORKING
# ---------------------------
alias myip='curl ipinfo.io' # myip: Public facing IP Address
alias netCons='lsof -i' # netCons: Show all open TCP/IP sockets
alias flushDNS='dscacheutil -flushcache' # flushDNS: Flush out the DNS Cache
alias lsock='sudo /usr/sbin/lsof -i -P' # lsock: Display open sockets
alias lsockU='sudo /usr/sbin/lsof -nP | grep UDP' # lsockU: Display only open UDP sockets
alias lsockT='sudo /usr/sbin/lsof -nP | grep TCP' # lsockT: Display only open TCP sockets
alias ipInfo0='ipconfig getpacket en0' # ipInfo0: Get info on connections for en0
alias ipInfo1='ipconfig getpacket en1' # ipInfo1: Get info on connections for en1
alias openPorts='sudo lsof -i | grep LISTEN' # openPorts: All listening connections
alias showBlocked='sudo ipfw list' # showBlocked: All ipfw rules inc/ blocked IPs
# ii: display useful host related informaton
# -------------------------------------------------------------------
ii() {
echo -e "\nYou are logged on ${RED}$HOST"
echo -e "\nAdditionnal information:$NC " ; uname -a
echo -e "\n${RED}Users logged on:$NC " ; w -h
echo -e "\n${RED}Current date :$NC " ; date
echo -e "\n${RED}Machine stats :$NC " ; uptime
echo -e "\n${RED}Current network location :$NC " ; scselect
echo -e "\n${RED}Public facing IP Address :$NC " ; myip
#echo -e "\n${RED}DNS Configuration:$NC " ; scutil --dns
echo
}
# ---------------------------------------
# 7. SYSTEMS OPERATIONS & INFORMATION
# ---------------------------------------
alias mountReadWrite='/sbin/mount -uw /' # mountReadWrite: For use when booted into single-user
# cleanupDS: Recursively delete .DS_Store files
# -------------------------------------------------------------------
alias cleanupDS="find . -type f -name '*.DS_Store' -ls -delete"
# finderShowHidden: Show hidden files in Finder
# finderHideHidden: Hide hidden files in Finder
# -------------------------------------------------------------------
alias finderShowHidden='defaults write com.apple.finder ShowAllFiles TRUE'
alias finderHideHidden='defaults write com.apple.finder ShowAllFiles FALSE'
# cleanupLS: Clean up LaunchServices to remove duplicates in the "Open With" menu
# -----------------------------------------------------------------------------------
alias cleanupLS="/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user && killall Finder"
# ---------------------------------------
# 8. WEB DEVELOPMENT
# ---------------------------------------
alias apacheEdit='sudo subl /usr/local/etc/httpd/httpd.conf' # apacheEdit: Edit httpd.conf
alias apacheRestart='sudo apachectl -k restart' # apacheRestart: Restart Apache
alias apacheStop='sudo apachectl stop' # apacheStop: Stop Apache
alias apacheStart='sudo apachectl start' # apacheStart: Start Apache
alias apacheVhosts='sudo subl /usr/local/etc/httpd/extra/httpd-vhosts.conf' # Edit Apache Vhosts
alias editHosts='sudo subl /etc/hosts' # editHosts: Edit /etc/hosts file
# Apache Logs
# -----------------------------------------------------------------------------------
alias herr='tail /var/log/httpd/error_log' # herr: Tails HTTP error logs
alias apacheLogs="less +F /var/log/apache2/error_log" # Apachelogs: Shows apache error logs
httpHeaders () { /usr/bin/curl -I -L $@ ; } # httpHeaders: Grabs headers from web page
# httpDebug: Download a web page and show info on what took time
# -------------------------------------------------------------------
httpDebug () { /usr/bin/curl $@ -o /dev/null -w "dns: %{time_namelookup} connect: %{time_connect} pretransfer: %{time_pretransfer} starttransfer: %{time_starttransfer} total: %{time_total}\n" ; }
# ---------------------------------------
# 9. REMINDERS & NOTES
# ---------------------------------------
# remove_disk: spin down unneeded disk
# ---------------------------------------
# diskutil eject /dev/disk1s3
# to change the password on an encrypted disk image:
# ---------------------------------------
# hdiutil chpass /path/to/the/diskimage
# to mount a read-only disk image as read-write:
# ---------------------------------------
# hdiutil attach example.dmg -shadow /tmp/example.shadow -noverify
# mounting a removable drive (of type msdos or hfs)
# ---------------------------------------
# mkdir /Volumes/Foo
# ls /dev/disk* to find out the device to use in the mount command)
# mount -t msdos /dev/disk1s1 /Volumes/Foo
# mount -t hfs /dev/disk1s1 /Volumes/Foo
# to create a file of a given size: /usr/sbin/mkfile or /usr/bin/hdiutil
# ---------------------------------------
# e.g.: mkfile 10m 10MB.dat
# e.g.: hdiutil create -size 10m 10MB.dmg
# the above create files that are almost all zeros - if random bytes are desired
# then use: ~/Dev/Perl/randBytes 1048576 > 10MB.dat
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
export PATH="/usr/local/opt/varnish@4/bin:$PATH"
export PATH="/usr/local/opt/varnish@4/sbin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment