Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jamnaughty/8c58313cd801f5e59d0161427ab9f39b to your computer and use it in GitHub Desktop.
Save jamnaughty/8c58313cd801f5e59d0161427ab9f39b to your computer and use it in GitHub Desktop.
myzshrc
# CodeWhisperer pre block. Keep at the top of this file.
#[[ -f "${HOME}/Library/Application Support/codewhisperer/shell/zshrc.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/codewhisperer/shell/zshrc.pre.zsh"
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
#zmodload zsh/zprof
# If you come from bash you might have to change your $PATH.
source ~/zsh-defer/zsh-defer.plugin.zsh
export PATH=$HOME/bin:/usr/local/bin:/opt/homebrew/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
export LC_ALL=en_US.UTF-8
#export LANG=en_US.UTF-8
# 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/robbyrussell/oh-my-zsh/wiki/Themes
#ZSH_THEME="robbyrussell"
#ZSH_THEME="agnoster"
#ZSH_THEME="jtriley"
#ZSH_THEME="oh-my-zsh-solarized-powerline/solarized-powerline"
#ZSH_THEME=agkozak
#ZSH_THEME="dracula"
#ZSH_THEME="materialshell"
DRACULA_DISPLAY_TIME=1
DRACULA_DISPLAY_CONTEXT=1
DRACULA_ARROW_ICON="-> "
ZSH_THEME=powerlevel10k/powerlevel10k
DEFAULT_USER=$USER
prompt_context() { }
ZSH_POWERLINE_SHOW_USER=false
ZSH_POWERLINE_SHOW_IP=true
ZSH_POWERLINE_SINGLE_LINE=true
ZSH_POWERLINE_SHOW_IP=false
ZSH_POWERLINE_SHOW_TIME=false
ZSH_POWERLINE_SHOW_OS=false
# 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 ~/.oh-my-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=7
ZSH_CUSTOM_AUTOUPDATE_QUIET=true
# Uncomment the following line if pasting URLs and other text is messed up.
# DISABLE_MAGIC_FUNCTIONS=true
#skip_global_compinit=1
# 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.
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 ~/.oh-my-zsh/plugins/*
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
#plugins=(git)
#plugins=(git colorize pip python osx)
#source /usr/local/share/zsh/site-functions/_aws
#plugins+=(dirhistory)
plugins+=(git)
#plugins+=(bundler)
#plugins+=(rsync)
plugins+=(z)
#plugins+=(osx)
#plugins+=(rake)
#plugins+=(ruby)
#plugins+=(python)
#plugins+=(pip)
#plugins+=(battery)
#plugins+=(pass)
#plugins+=(knife)
#plugins+=(man)
#plugins+=(colorize)
#plugins+=(fzf)
#plugins+=(httpie)
#plugins+=(dotenv)
#plugins+=(transfer)
plugins+=(colored-man-pages)
plugins+=(extract)
#plugins+=(sysadmin-util)
#plugins+=(gnu-utils)
#plugins+=(zsh-dircolors-solarized)
#plugins+=(you-should-use)
#plugins+=(aws)
plugins+=(fzf-zsh-plugin)
#plugins+=(zsh-aliases-exa)
# May need time to time
# Enable when needed
#plugins+=(pyenv)
#plugins+=(autoupdate)
#plugins+=(tumult)
#plugins+=(rbenv)
#plugins+=(fzf)
#plugins+=(jenv)
# Performance fix
ZSH_DISABLE_COMPFIX=true
source $ZSH/oh-my-zsh.sh
source $HOME/.custom/exports.zsh
# Handling functions and alias outside custom dir
zsh-defer source $HOME/.custom/functions.zsh
zsh-defer source $HOME/.custom/my_alias.zsh
#source /usr/local/share/zsh-abbr/zsh-abbr.zsh
# for faster loading of zsh
fpath=($HOME/.autoloaded $fpath)
# 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="vi ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
#if brew command command-not-found-init > /dev/null 2>&1; then eval "$(brew command-not-found-init)"; fi
#ssh-add -A &> /dev/null
#eval "$(pyenv init -)"
# Download Znap, if it's not there yet.
#[[ -f ~/.zsh/zsh-snap/znap.zsh ]] ||
# git clone https://github.com/marlonrichert/zsh-snap.git ~/.zsh/zsh-snap
source ~/.zsh/zsh-snap/znap.zsh # Start Znap
# `znap prompt` makes your prompt visible in less than 12ms!
#znap prompt sindresorhus/pure
# `znap source` automatically downloads and installs your plugins.
#znap source marlonrichert/zsh-autocomplete
znap source zsh-users/zsh-autosuggestions
znap source mroth/evalcache
znap source joel-porquet/zsh-dircolors-solarized
#znap source zsh-users/zsh-syntax-highlighting
# `znap eval` caches any kind of command output for you.
#znap eval iterm2 'curl -fsSL https://iterm2.com/shell_integration/zsh'
#znap source woefe/git-prompt.zsh
#source ~/.zsh/git-prompt.zsh/examples/compact.zsh
#zstyle ':autocomplete:*' default-context history-incremental-search-backward
zstyle ':autocomplete:*' delay 0.5 # seconds (float)
zstyle ':completion:*' menu select
#zprof
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# Created by `pipx` on 2024-03-28 15:34:35
export PATH="$PATH:/Users/jmnaughty/.local/bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment