My Dotfiles

Linux dotfiles courtesy of yours truly.

I use oh-my-zsh and powerlevel10k for maximum prettiness.


View source on GitHub

Clone the repo:

git clone https://github.com/wllpwr/dotfiles

Install omz and p10k. Scripts are included for convenience.

chmod +x * && ./omz-install.sh && ./p10k-install.sh and optionally ./vimplug-install.sh

Move .zshrc and .p10k.zsh to your home directory, or run move-configs.sh.

cp .zshrc .p10k.zsh ~ or ./move-configs.sh

Enjoy.