My collection of dot files.
git clone [email protected]:LandonPatmore/.dotfiles.git ~/.dotfiles
- install
zsh
- install
oh-my-zsh
- delete original zshrc file,
rm ~/.zshrc
ln -s ~/.dotfiles/.zshrc ~/.zshrc
- open
zshrc
and editZSH
file path - download
Powerlevel10K
theme - download
Vundle
ln -s ~/.dotfiles/.vimrc ~/.vimrc
ln -s ~/.dotfiles/.p10k.zsh ~/.p10k.zsh
source ~/.zshrc
- go into vim and type
PluginInstall
- done