Uses a bash script to quickly clone to new machines.
- Install git:
sudo apt-get install git
. - Install Emacs.
- Install Vim.
- Install zsh.
- Install Oh-my-zsh.
- Install Powerline fonts to use specific oh-my-zsh themes.
- Create the directory
~\dotfiles
. - Switch to the new
dotfiles
directory, and clone this repo:git clone https://github.com/thinkhuman/dotfiles.git
. - 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?