mirror of
https://github.com/tuxdotrs/tuxOS.git
synced 2025-07-06 09:46:34 +05:30
12 lines
289 B
Bash
Executable File
12 lines
289 B
Bash
Executable File
# Setup Path
|
|
export PATH="$PATH:$HOME/.config/bspwm/bin"
|
|
|
|
# Setup Starship
|
|
export STARSHIP_CONFIG=~/.config/starship/config.toml
|
|
eval "$(starship init zsh)"
|
|
|
|
export ZSH=$HOME/.oh-my-zsh
|
|
plugins=(git zsh-syntax-highlighting zsh-autosuggestions history sudo)
|
|
source $ZSH/oh-my-zsh.sh
|
|
|
|
pfetch |