diff --git a/dot_zshrc b/dot_zshrc index fd741db..9ef40c9 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -72,3 +72,5 @@ which direnv &> /dev/null && eval "$(direnv hook zsh)" which starship &> /dev/null && eval "$(starship init zsh)" which zoxide &> /dev/null && eval "$(zoxide init zsh)" which pyenv &> /dev/null && eval "$(pyenv init --path)" + +export PATH="/opt/homebrew/opt/rustup/bin:$PATH:$HOME/.cargo/bin" diff --git a/private_Library/private_Application Support/jellyfin-tui/private_config.yaml b/private_Library/private_Application Support/jellyfin-tui/private_config.yaml new file mode 100644 index 0000000..e9702c0 --- /dev/null +++ b/private_Library/private_Application Support/jellyfin-tui/private_config.yaml @@ -0,0 +1,5 @@ +servers: + - name: Home Server + password_file: /Users/alice/Library/Application Support/jellyfin-tui/pass + url: https://jellyfin.olsen.cloud + username: morten diff --git a/private_Library/private_Preferences/private_com.apple.universalaccess.plist b/private_Library/private_Preferences/private_com.apple.universalaccess.plist new file mode 100644 index 0000000..2e57003 Binary files /dev/null and b/private_Library/private_Preferences/private_com.apple.universalaccess.plist differ