Compare commits

..

2 Commits

Author SHA1 Message Date
6473a0db0c move 2026-01-18 18:22:57 -05:00
82b1f6a192 condense 2026-01-18 18:22:13 -05:00
11 changed files with 44 additions and 51 deletions

1
.gitignore vendored
View File

@@ -1,2 +1 @@
zsh/.local/ zsh/.local/
!zsh/.local/share/vxclutch

44
zsh/.config/zsh/.zshrc Normal file
View File

@@ -0,0 +1,44 @@
alias ls='ls --color=auto'
alias ll='ls -lah'
alias gg='lazygit'
alias v='nvim'
alias rr='russ read'
alias cp='cp -v'
export EDITOR=nvim
export SUDO_EDITOR="$EDITOR"
export TERM=xterm-256color
export GOPATH=$HOME/.local/go
take() {
mkdir $1;
cd $1
}
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
source $HOME/.zprofile
bindkey -e
[ -f "${XDG_DATA_HOME:-$HOME/.local/share}/zap/zap.zsh" ] && source "${XDG_DATA_HOME:-$HOME/.local/share}/zap/zap.zsh"
plug "zsh-users/zsh-autosuggestions"
plug "zsh-users/zsh-syntax-highlighting"
plug "zap-zsh/sudo"
plug "Aloxaf/fzf-tab"
autoload -Uz compinit
compinit
autoload -U bashcompinit
bashcompinit
HISTSIZE=10000
SAVEHIST=10000
HISTFILE=~/.cache/zsh/history
setopt inc_append_history
autoload -U colors && colors
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
setopt interactive_comments
export PATH=$HOME/.local/bin:$PATH
export PATH=$HOME/.local/go/bin:$PATH
export PATH=$HOME/opt/bin:$PATH
export LD_LIBRARY_PATH=$HOME/opt/lib:$LD_LIBRARY_PATH

View File

@@ -1,6 +0,0 @@
alias ls='ls --color=auto'
alias ll='ls -lah'
alias gg='lazygit'
alias v='nvim'
alias rr='russ read'
alias cp='cp -v'

View File

@@ -1,5 +0,0 @@
export EDITOR=nvim
export SUDO_EDITOR="$EDITOR"
export TERM=xterm-256color
export GOPATH=$HOME/.local/go

View File

@@ -1,4 +0,0 @@
take() {
mkdir $1;
cd $1
}

View File

@@ -1,3 +0,0 @@
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
source $HOME/.zprofile

View File

@@ -1 +0,0 @@
bindkey -e

View File

@@ -1,5 +0,0 @@
[ -f "${XDG_DATA_HOME:-$HOME/.local/share}/zap/zap.zsh" ] && source "${XDG_DATA_HOME:-$HOME/.local/share}/zap/zap.zsh"
plug "zsh-users/zsh-autosuggestions"
plug "zsh-users/zsh-syntax-highlighting"
plug "zap-zsh/sudo"
plug "Aloxaf/fzf-tab"

View File

@@ -1,12 +0,0 @@
autoload -Uz compinit
compinit
autoload -U bashcompinit
bashcompinit
HISTSIZE=10000
SAVEHIST=10000
HISTFILE=~/.cache/zsh/history
autoload -U colors && colors
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "

View File

@@ -1,5 +0,0 @@
export PATH=$HOME/.local/bin:$PATH
export PATH=$HOME/.local/go/bin:$PATH
export PATH=$HOME/opt/bin:$PATH
export LD_LIBRARY_PATH=$HOME/opt/lib:$LD_LIBRARY_PATH

View File

@@ -1,9 +0,0 @@
source ~/.local/share/vxclutch/zsh/aliases
source ~/.local/share/vxclutch/zsh/envs
source ~/.local/share/vxclutch/zsh/functions
source ~/.local/share/vxclutch/zsh/init
source ~/.local/share/vxclutch/zsh/shell
source ~/.local/share/vxclutch/zsh/plugins
source ~/.local/share/vxclutch/zsh/inputrc
source ~/.local/share/vxclutch/zsh/rc