diff --git a/.zshrc b/.zshrc
index 4365c87c913caee333e6043fbce828f155edcb53..fd771cbb95ee42ce908a60cb2822a61213f4a54f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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"
+
diff --git a/README.md b/README.md
index 4781fb3f235cf06dbdf9437bab88669436f8d0ed..ec0ada99f550f2eee0eaaab65fde6b4ddf0db8ed 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,3 @@
 # zshrc
+### Updated: 10/6/24
+The .zshrc config is configured mainly for Arch. More to this readme is coming later.