Automated installation of zsh, oh-mh-zsh, powerlevel10k prompt, anaconda3, and a few plugins for vim and zsh
To install and setup environment:
- Run the following:
git clone [email protected]:rossketron/dotfiles
cd dotfiles
bash install.sh
- After the
install.sh
script is done, you will need to open the four 'MesloNF'.ttf
font files from a file browser and click install. - Open your terminal settings and change the terminal font to MesloNF 'Regular'.
- Set your color theme of choice -- I like Solarized Dark, Nord, and Gruvbox!
- Source zsh with the following command:
zsh
- (Optional) Change your default/login shell to zsh:
sudo chsh -s $(which zsh)
- Enjoy