mirror of
https://github.com/tuxdotrs/tuxOS.git
synced 2025-07-06 17:56:35 +05:30
added packages
This commit is contained in:
12
packages/tuxos-skel/skel/.zshrc
Executable file
12
packages/tuxos-skel/skel/.zshrc
Executable file
@ -0,0 +1,12 @@
|
||||
# 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
|
Reference in New Issue
Block a user