add kitty config and autoenv activation
This commit is contained in:
parent
e56f84bfb6
commit
487d660096
2 changed files with 2471 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ COMPLETION_WAITING_DOTS="%F{yellow}loading...%f"
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(git battery branch chezmoi bgnotify autoenv docker-compose docker fzf helm istioctl jenv kubectl kube-ps1 nmap npm opentofu ssh sudo vagrant wakeonlan)
|
plugins=(git battery branch chezmoi bgnotify autoenv docker-compose docker fzf helm istioctl jenv kubectl kube-ps1 nmap npm opentofu ssh sudo vagrant wakeonlan)
|
||||||
|
|
||||||
|
source /usr/local/lib/node_modules/@hyperupcall/autoenv/activate.sh
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
|
|
@ -104,9 +105,11 @@ source $ZSH/oh-my-zsh.sh
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
export PATH=$PATH:$HOME/.local/bin:$HOME/.cargo/bin
|
export PATH=$PATH:$HOME/.local/bin:$HOME/.cargo/bin
|
||||||
|
|
||||||
|
|
||||||
alias mkdir="mkdir -p"
|
alias mkdir="mkdir -p"
|
||||||
|
|
||||||
alias wherebt4="sudo nmap -n -sP 10.8.100.0/24 | grep -B2 -e '7C:83:34\|DC:21:5C\|4C:79:6E\|E8:FF:1E'"
|
alias wherebt4="sudo nmap -n -sP 10.8.100.0/24 | grep -B2 -e '7C:83:34\|DC:21:5C\|4C:79:6E\|E8:FF:1E'"
|
||||||
alias wheresolum="sudo nmap -sP 10.8.100.0/24 | grep -B2 'D0:25:44'"
|
alias wheresolum="sudo nmap -sP 10.8.100.0/24 | grep -B2 'D0:25:44'"
|
||||||
alias whereterabee="sudo nmap -sP 10.8.100.0/24 | grep -B2 'B8:27:EB'"
|
alias whereterabee="sudo nmap -sP 10.8.100.0/24 | grep -B2 'B8:27:EB'"
|
||||||
alias sshuk="ssh -o "UserKnownHostsFile=/dev/null""
|
alias sshuk="ssh -o "UserKnownHostsFile=/dev/null""
|
||||||
|
|
||||||
|
|
|
||||||
2468
private_dot_config/kitty/kitty.conf
Normal file
2468
private_dot_config/kitty/kitty.conf
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue