Skip to content
Snippets Groups Projects
Commit 179d72eb authored by joshrandall8478's avatar joshrandall8478
Browse files

updated configs

parent 16d4a497
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ ZSH_THEME=(bira)
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git sudo zsh-256color zsh-autosuggestions zsh-syntax-highlighting)
plugins=(git sudo zsh-256color zsh-autosuggestions zsh-syntax-highlighting vscode)
source $ZSH/oh-my-zsh.sh
# User configuration
......@@ -125,7 +125,7 @@ source $ZSH/oh-my-zsh.sh
# return 127
#}
alias in="yay -S"
alias in="yay -Sy"
#function in {
......@@ -149,7 +149,7 @@ alias pa='yay -Ss' # list availabe package
alias pc='sudo yay -Sc' # remove unused cache
alias po='pacman -Qtdq | sudo pacman -Rns -' # remove unused packages, also try > pacman -Qqd | pacman -Rsu --print -
alias vc='code' # gui code editor
alias fucking='sudo' # because its funny
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
......@@ -179,3 +179,12 @@ eval "$(zoxide init zsh)"
alias smallfetch="fastfetch -c ~/smallfetch.jsonc"
smallfetch
fortune -s -n 100 -o
export PATH=$PATH:/home/joshr/.spicetify
# for fun :)
alias fucking='sudo' # because its funny
alias archbtw='clear;neofetch'
alias baseddino="fortune -s -n 150 -o | cowsay -f stegosaurus"
# zshrc
### Updated: 10/6/24
The .zshrc config is configured mainly for Arch. More to this readme is coming later.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment