This repo houses various configs I use in my local environments.
First install zsh and oh-my-zsh in your linux env.
cd ~
git clone https://github.com/Priyansh121096/dotfiles
# Replace default zshrc with custom version controlled config
ln -s ~/dotfiles/.zshrc ~/.zshrc
# Add a custom list of aliases in your oh-my-zsh setup
ln -s ~/dotfiles/aliases.zsh $ZSH_CUSTOM/aliases.zsh
# Custom powerlevel10k configuration
ln -s ~/dotfiles/.p10k.zsh ~/.p10k.zsh