Above images are from an older rice, which most likely won't work now; but if you still want the configs then checkout the
icicle-jellypopbranch :)
- Get OhMyZsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"- Get all the necessary plugins
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting-
Copy the the .zshrc file
-
Setup Tmux
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm- Installing Catppuccin Theme
mkdir -p ~/.config/tmux/plugins/catppuccin
git clone -b v2.1.3 https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux-
Then reload the tmux config, or run
CTRL + I(I needs to be in uppercase) -
Install nvchad
git clone https://github.com/NvChad/starter ~/.config/nvim && nvim