added packages

This commit is contained in:
2023-04-29 00:31:15 +05:30
parent 6c0edc5379
commit cb7808a9bd
78 changed files with 5393 additions and 0 deletions

12
packages/tuxos-skel/skel/.zshrc Executable file
View 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