/Demeter

Zsh and omz setup for linux based distributions

Primary LanguageShellMIT LicenseMIT

Demeter

Demeter is a backup git repository that contains config files on my current linux terminal environment. It will config ZSH and some omz pluggins to get started fast with ZSH.

Restore

So you fucked it up. Now what? No problemo, i've got you covered:

  1. Install ZSH
sudo apt-get install zsh
  1. Run this:
curl "https://raw.githubusercontent.com/Nrosa01/Demeter/master/restore.sh" | bash
  1. Set ZSH as your default shell
chsh -s $(which zsh)
  1. You're done! :D

If plugins aren't working, do step 2 again.

Font

If you want your own backup system

Check out the wiki to learn how to do a dotfiles backup

License