My Zsh Dotfile Setup | |
---|---|
Project: | Doc0x1's Zsh Dotfiles* |
Author: | Doc0x1 |
Used for: | Easily setting up Zsh Setup |
Technologies: | OhMyZsh + Powerlevel10k |
Version: | 1.0.0 |
License: | MIT |
You can configure your powerlevel10k prompt using p10k configure
after running the install script.
git clone https://github.com/Doc0x1/Dotfiles.git
cd Dotfiles
chmod +x install.sh
./install.sh
The install script in particular is designed for Debian based distributions with the apt package manager, and it is not guaranteed to work on other distributions
-
It SHOULD work without issue on most distros.
-
Be sure to BACK UP YOUR FILES for your shell's configuration BEFORE running the script.
-
I recommend you also either install the packages
fzf
andthefuck
, or you remove them from.zshrc
so you don't get warning messages. -
I am not responsible for anything undesirable that happens as a result of you using any of the files in this repo.