2026-05-25 updates
This commit is contained in:
parent
83b11d452a
commit
2c0e14201c
4 changed files with 25 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ if [[ -z ${ZELLIJ} ]] && command -v zellij; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [[ -f /usr/share/terminfo/a/alacritty ]];then
|
if [[ ! -f /usr/share/terminfo/a/alacritty ]];then
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
@ -207,9 +207,11 @@ alias apple-a2337="ssh pogmommy-apple-a2337"
|
||||||
#Git env vars
|
#Git env vars
|
||||||
export GIT_AUTHOR_NAME="Penelope Gwen"
|
export GIT_AUTHOR_NAME="Penelope Gwen"
|
||||||
export GIT_AUTHOR_EMAIL="penelope@pogmom.me"
|
export GIT_AUTHOR_EMAIL="penelope@pogmom.me"
|
||||||
export GIT_EDITOR="/usr/bin/nano"
|
|
||||||
|
|
||||||
[[ -d $HOME/.local/bin ]] && export PATH="$HOME/.local/bin:$PATH"
|
[[ -d $HOME/.local/bin ]] && export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
if [[ -d $HOME/.cargo/bin ]] && [[ ! ":$PATH:" == *":$HOME/.cargo:"* ]];then
|
||||||
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
|
fi
|
||||||
#[[ -d $HOME/.rustup/toolchains/nightly-$(uname -m)-unknown-linux-gnu/bin ]] && export PATH="$HOME/.rustup/toolchains/nightly-$(uname -m)-unknown-linux-gnu/bin:$PATH"
|
#[[ -d $HOME/.rustup/toolchains/nightly-$(uname -m)-unknown-linux-gnu/bin ]] && export PATH="$HOME/.rustup/toolchains/nightly-$(uname -m)-unknown-linux-gnu/bin:$PATH"
|
||||||
|
|
||||||
[[ -d $HOME/.local/share/gem/ruby/3.3.0/bin ]] && export PATH="$HOME/.local/share/gem/ruby/3.3.0/bin:$PATH"
|
[[ -d $HOME/.local/share/gem/ruby/3.3.0/bin ]] && export PATH="$HOME/.local/share/gem/ruby/3.3.0/bin:$PATH"
|
||||||
|
|
@ -219,9 +221,12 @@ if [ "$TERM" = alacritty ]; then
|
||||||
PROMPT_COMMAND='pwd|sed "s|${HOME}|~|"|perl -pe "s/(?<!(^~))(\/.*)(?=\/.*\/)/\/…/s"|xargs printf "\e]2;%s — Alacritty\007"'
|
PROMPT_COMMAND='pwd|sed "s|${HOME}|~|"|perl -pe "s/(?<!(^~))(\/.*)(?=\/.*\/)/\/…/s"|xargs printf "\e]2;%s — Alacritty\007"'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
MISSING_CMDS=()
|
||||||
|
|
||||||
if type starship >/dev/null 2>&1;then
|
if type starship >/dev/null 2>&1;then
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
else
|
else
|
||||||
|
MISSING_CMDS+=("starship")
|
||||||
TPUT_RED="$(tput setaf 1)$(tput setab 0)"
|
TPUT_RED="$(tput setaf 1)$(tput setab 0)"
|
||||||
TPUT_MAGENTA_BG="$(tput setab 5)$(tput setaf 0)"
|
TPUT_MAGENTA_BG="$(tput setab 5)$(tput setaf 0)"
|
||||||
TPUT_MAGENTA="$(tput sgr0)$(tput setaf 5)"
|
TPUT_MAGENTA="$(tput sgr0)$(tput setaf 5)"
|
||||||
|
|
@ -243,11 +248,15 @@ fi
|
||||||
|
|
||||||
if type hx >/dev/null 2>&1;then
|
if type hx >/dev/null 2>&1;then
|
||||||
EDITOR=$(which hx)
|
EDITOR=$(which hx)
|
||||||
|
GIT_EDITOR="$(which hx)"
|
||||||
else
|
else
|
||||||
|
MISSING_CMDS+=("hx")
|
||||||
EDITOR=$(which nano)
|
EDITOR=$(which nano)
|
||||||
|
GIT_EDITOR="$(which nano)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export EDITOR
|
export EDITOR
|
||||||
|
export GIT_EDITOR
|
||||||
export SUDO_EDITOR=${EDITOR}
|
export SUDO_EDITOR=${EDITOR}
|
||||||
export VISUAL="${EDITOR}"
|
export VISUAL="${EDITOR}"
|
||||||
|
|
||||||
|
|
@ -256,5 +265,10 @@ bind 'set completion-ignore-case on'
|
||||||
|
|
||||||
if type hyfetch >/dev/null 2>&1;then
|
if type hyfetch >/dev/null 2>&1;then
|
||||||
hyfetch 2>/dev/null
|
hyfetch 2>/dev/null
|
||||||
|
else
|
||||||
|
MISSING_CMDS+=("hyfetch")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ "${#MISSING_CMDS[@]}" -gt 0 ]];then
|
||||||
|
printf "Missing commands: %s\n" ${MISSING_CMDS[@]}
|
||||||
|
fi
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,9 @@ update_info=filepicker.upd:filepicker-remove-old-previews-entry
|
||||||
[AdaptiveTransparency]
|
[AdaptiveTransparency]
|
||||||
enabled=true
|
enabled=true
|
||||||
|
|
||||||
|
[Colors:View]
|
||||||
|
BackgroundNormal=215,175,175,0
|
||||||
|
|
||||||
[ContrastEffect]
|
[ContrastEffect]
|
||||||
contrast=0.2
|
contrast=0.2
|
||||||
enabled=false
|
enabled=false
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,9 @@
|
||||||
address = "ian.hotn.gay"
|
address = "ian.hotn.gay"
|
||||||
edition = "java"
|
edition = "java"
|
||||||
[[servers]]
|
[[servers]]
|
||||||
address = "wedontownit.duckdns.org"
|
address = "mc.eugenesca.com"
|
||||||
edition = "java"
|
edition = "java"
|
||||||
|
[[servers]]
|
||||||
|
address = "mc.eugenesca.com"
|
||||||
|
edition = "bedrock"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -142,7 +142,7 @@ suspend_cmd = ["systemctl", "suspend"]
|
||||||
[[profiles.scripts]]
|
[[profiles.scripts]]
|
||||||
name = "LM-1-OFFICE-SERVER"
|
name = "LM-1-OFFICE-SERVER"
|
||||||
icon = ""
|
icon = ""
|
||||||
command = "ssh-agent-handler.sh pogmommy@LM-1-OFFICE-SERVER "
|
command = "ssh-agent-handler.sh pogmommy@192.168.1.2 "
|
||||||
|
|
||||||
[[profiles]]
|
[[profiles]]
|
||||||
name = "Work"
|
name = "Work"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue