If you're looking at this and you're not @chris-s-friedman:
- IMHO, dotfiles are a set of very personal documents that you should customize to best fit your preferences and experience
- If you see something that looks wonky or have a question, don't hesitate to open an issue or make changes and make a PR
If you're looking at this and you are @chris-s-friedman:
You should update README's more often.
First step is to change shell to zsh and install ohmyzsh.
sh system/set_shell.sh
Note: if you're on a system that doesn't already have zsh, you'll have to install it:
sudo apt-get install git zsh
This runs on both linux and macos distros. it copies over the dotfils to user directory, and then installs files using the appropriate package manager, brew
for macOS and apt-get
for ubuntu.
sh system/setup.sh