refreshed dotfiles

This commit is contained in:
2025-01-05 12:01:29 +01:00
parent 86d224f266
commit 5849fbfe2d
12 changed files with 162 additions and 73 deletions

7
.zshrc
View File

@@ -6,6 +6,8 @@ export NIX_PATH=$HOME/.nix-defexpr/channels:/nix/var/nix/profiles/per-user/root/
PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:${PATH}"
export PATH
[[ -f ~/.zsh/ohmyzsh.zsh ]] && source ~/.zsh/ohmyzsh.zsh
[[ -f ~/.zsh/starship.zsh ]] && source ~/.zsh/starship.zsh
[[ -f ~/.zsh/goto.zsh ]] && source ~/.zsh/goto.zsh
[[ -f ~/.zsh/nvm.zsh ]] && source ~/.zsh/nvm.zsh
[[ -f ~/.zsh/pnpm.zsh ]] && source ~/.zsh/pnpm.zsh
@@ -13,10 +15,9 @@ export PATH
[[ -f ~/.zsh/aliases.zsh ]] && source ~/.zsh/aliases.zsh
[[ -f ~/.zsh/ssh.zsh ]] && source ~/.zsh/ssh.zsh
[[ -f ~/.zsh/kubernetes.zsh ]] && source ~/.zsh/kubernetes.zsh
[[ -f ~/.zsh/theme.zsh ]] && source ~/.zsh/theme.zsh
[[ -f ~/.zsh/ohmyzsh.zsh ]] && source ~/.zsh/ohmyzsh.zsh
#export PATH="$HOME/.cargo/bin:$PATH" eval "$(starship init zsh)"
# [[ -f ~/.zsh/theme.zsh ]] && source ~/.zsh/theme.zsh
eval "$(starship init zsh)"
#loading neofetch
neofetch