push to this instance for no reason
This commit is contained in:
parent
c50ea907d9
commit
831541447f
3 changed files with 20 additions and 33 deletions
12
.zprofile
12
.zprofile
|
@ -9,7 +9,8 @@ export EDITOR="nvim"
|
||||||
export EIX_LIMIT=0
|
export EIX_LIMIT=0
|
||||||
|
|
||||||
#aliasrc
|
#aliasrc
|
||||||
alias nf="neofetch"
|
alias nf="hyfetch"
|
||||||
|
alias neofetch="hyfetch"
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
alias emacs="nvim"
|
alias emacs="nvim"
|
||||||
alias mutt="neomutt"
|
alias mutt="neomutt"
|
||||||
|
@ -66,13 +67,4 @@ charge=$(cat /sys/class/power_supply/BAT1/capacity 2>/dev/null)
|
||||||
if [[ "$batstat" == "Discharging" && "$charge" -lt 50 ]]; then
|
if [[ "$batstat" == "Discharging" && "$charge" -lt 50 ]]; then
|
||||||
echo "Battery: $(sb-battery)"
|
echo "Battery: $(sb-battery)"
|
||||||
fi
|
fi
|
||||||
precmd() {
|
|
||||||
precmd() {
|
|
||||||
echo
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
clear() {
|
|
||||||
echo "clear command is disabled."
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
5
.zshrc
5
.zshrc
|
@ -16,7 +16,8 @@ ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=5"
|
||||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=12"
|
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=12"
|
||||||
LIBCLANG_PATH=/usr/lib/llvm/20/lib64
|
LIBCLANG_PATH=/usr/lib/llvm/20/lib64
|
||||||
source ~/.zprofile
|
source ~/.zprofile
|
||||||
PS1="%B%F{#f0f0f0}[%F{#ff5f5f}%n%F{#f0f0f0}@%M %F{#5fafff}%~%F{#f0f0f0}]%f%F{#fe8019}%B%%%b%f "
|
#PS1="%B%F{#f0f0f0}[%F{#ff5f5f}%n%F{#f0f0f0}@%M %F{#5fafff}%~%F{#f0f0f0}]%f%F{#fe8019}%B%%%b%f "
|
||||||
PATH=$PATH:/home/coast/.spicetify
|
PATH=$PATH:/home/coast/.spicetify
|
||||||
eval "$(starship init zsh)"
|
|
||||||
|
|
||||||
|
#export PS1="%F{15}[%f%F{252}%B%n%b%f%F{15}@%f%F{15}%B%m%b%f%F{15}]%f%F{252}[%f%F{15}%B%~%b%f%F{252}]%f%%%B%b "
|
||||||
|
export PS1="%F{153}[%f%F{250}%B%n%b%f%F{153}@%f%F{153}%B%m%b%f%F{153}]%f%F{250}[%f%F{153}%B%~%b%f%F{250}]%f%\&%B%b "
|
||||||
|
|
|
@ -7,27 +7,21 @@ print_info() {
|
||||||
distro='Gentoo 23.0'
|
distro='Gentoo 23.0'
|
||||||
ARCH=$(arch)
|
ARCH=$(arch)
|
||||||
|
|
||||||
info title
|
prin "\033[38;2;168;220;238mcoast@core\033[0m"
|
||||||
info underline
|
info underline
|
||||||
info "OS" distro
|
info "\033[38;2;168;220;238mOS\033[0m" distro
|
||||||
info "Host" model
|
info "\033[38;2;168;220;238mHost\033[0m" model
|
||||||
info "Kernel" kernel
|
info "\033[38;2;168;220;238mKernel\033[0m" kernel
|
||||||
prin "Architechture" $ARCH
|
info "\033[38;2;168;220;238mUptime\033[0m" uptime
|
||||||
prin "Service manager" $INIT
|
info "\033[38;2;168;220;238mPackages\033[0m" packages
|
||||||
prin "Init system" $INIT2
|
info "\033[38;2;168;220;238mShell\033[0m" shell
|
||||||
info "Uptime" uptime
|
info "\033[38;2;168;220;238mResolution\033[0m" resolution
|
||||||
info "Packages" packages
|
info "\033[38;2;168;220;238mDE\033[0m" de
|
||||||
info "Shell" shell
|
info "\033[38;2;168;220;238mWM\033[0m" wm
|
||||||
info "Resolution" resolution
|
info "\033[38;2;168;220;238mTheme\033[0m" theme
|
||||||
info "DE" de
|
info "\033[38;2;168;220;238mIcons\033[0m" icons
|
||||||
info "WM" wm
|
info "\033[38;2;168;220;238mTerminal\033[0m" term
|
||||||
info "WM Theme" wm_theme
|
info "\033[38;2;168;220;238mDisk\033[0m" disk
|
||||||
info "Theme" theme
|
|
||||||
info "Icons" icons
|
|
||||||
info "Terminal" term
|
|
||||||
info "Terminal Font" term_font
|
|
||||||
info "Disk" disk
|
|
||||||
info "BIOS" bios
|
|
||||||
info cols
|
info cols
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -138,7 +132,7 @@ memory_unit="gib"
|
||||||
# on: '998 (pacman), 8 (flatpak), 4 (snap)'
|
# on: '998 (pacman), 8 (flatpak), 4 (snap)'
|
||||||
# tiny: '908 (pacman, flatpak, snap)'
|
# tiny: '908 (pacman, flatpak, snap)'
|
||||||
# off: '908'
|
# off: '908'
|
||||||
package_managers="tiny"
|
package_managers="on"
|
||||||
|
|
||||||
|
|
||||||
# Shell
|
# Shell
|
||||||
|
|
Loading…
Add table
Reference in a new issue