Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 817 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 817 Bytes

thinkhuman's dotfiles

Uses a bash script to quickly clone to new machines.

Steps for a new machine

  1. Install git: sudo apt-get install git.
  2. Install Emacs.
  3. Install Vim.
  4. Install zsh.
  5. Install Oh-my-zsh.
  6. Install Powerline fonts to use specific oh-my-zsh themes.
  7. Create the directory ~\dotfiles.
  8. Switch to the new dotfiles directory, and clone this repo: git clone https://github.com/thinkhuman/dotfiles.git.
  9. While in the dotiles directory, run the config script: sh .make.sh.

If you're on Linux, you know what to do. If you're not--why not?