Skip to content

shayaharuno/shaya-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shaya's Personal Configs

Collection of personal configs and editor settings for ZSH, Alacritty, VSCode and Godot. Clone repo and move .config and zsh files into your home directory.

ZSH

  • Install oh-my-zsh: sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  • Install PowerLevel10K yay -S --noconfirm zsh-theme-powerlevel10k-git echo 'source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
  • For clean configuration use p10k configure > (~/.p10k.zsh)
  • Install Auto Suggestions: git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
  • Install Syntax Highlighting: git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

About

Collection of personal configs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published