Alot of Config

This commit is contained in:
Snoweuph 2024-10-12 00:48:18 +02:00
parent 8c4fd15de1
commit a2eef3d6ca
Signed by: Snoweuph
GPG key ID: 4014606F050AEF63
3 changed files with 3 additions and 12 deletions

View file

@ -76,10 +76,7 @@ background = 'p:gray'
foreground = 'p:cyan' foreground = 'p:cyan'
[transient_prompt] [transient_prompt]
foreground = "p:green" template = "\ue285 "
foreground_templates = ["{{if gt .Code 0}}p:red{{end}}"]
background = 'transparent'
template = '{{ if gt .Code 0 }}{{ else }}{{ end }} '
[palette] [palette]
black = '#11111b' black = '#11111b'

View file

@ -5,7 +5,5 @@ export PATH="$PATH/$HOME/.local/bin"
export VOLTA_HOME="$HOME/.local/share/volta" export VOLTA_HOME="$HOME/.local/share/volta"
export PATH="$VOLTA_HOME/bin:$PATH" export PATH="$VOLTA_HOME/bin:$PATH"
# Jetbrains Toolbox # Jetbrains Toolbox
export PATH="$PATH:/home/snoweuph/.local/share/JetBrains/Toolbox/scripts" export PATH="$PATH:/home/snoweuph/.local/share/JetBrains/Toolbox/scripts"

8
.zshrc
View file

@ -55,6 +55,8 @@ zinit snippet OMZP::toolbox
export npm_config_cache="$HOME/.cache/npm" export npm_config_cache="$HOME/.cache/npm"
export npm_config_prefix="$HOME/.local/share/npm" export npm_config_prefix="$HOME/.local/share/npm"
export npm_config_userconfig="$HOME/.config/npmrc" export npm_config_userconfig="$HOME/.config/npmrc"
export npm_config_loglevel="verbose"
export npm_config_log="$HOME/.local/share/npm/logs"
# Volta # Volta
export VOLTA_HOME="$HOME/.local/share/volta" export VOLTA_HOME="$HOME/.local/share/volta"
@ -79,12 +81,6 @@ export HSA_OVERRIDE_GFX_VERSION=10.3.0 # RX 6650 XT
# Just # Just
export JUST_UNSTABLE=1 export JUST_UNSTABLE=1
# Nix
if [ ! -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then
curl -L https://nixos.org/nix/install | sh
fi
. $HOME/.nix-profile/etc/profile.d/nix.sh
# PATH # PATH
export PATH=$PATH:$VOLTA_HOME/bin:$GOBIN:$CARGO_HOME/bin export PATH=$PATH:$VOLTA_HOME/bin:$GOBIN:$CARGO_HOME/bin