Skip to content

chris-s-friedman/dotfiles

Repository files navigation

My personal dotfiles

If you're looking at this and you're not @chris-s-friedman:

  1. IMHO, dotfiles are a set of very personal documents that you should customize to best fit your preferences and experience
  2. 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.

Instructions

Set up zsh

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

Set up.... the rest

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