imattman / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matt's dotfiles

Install

# configure zsh as default shell
chsh -s $(which zsh)

# clone this git repo
git clone git@github.com:imattman/dotfiles.git ~/.dotfiles

# run install script to configure symlinks and reference prezto
cd .dotfiles
./install.sh

Note

Prezto is a dependency. Skip prezto instructions for copying config files to $HOME. This is handled differently by using symlinked wrapper files.

About


Languages

Language:Shell 36.2%Language:Vim Script 31.9%Language:Lua 15.0%Language:Emacs Lisp 9.4%Language:Python 5.5%Language:Makefile 0.9%Language:Go 0.6%Language:Ruby 0.4%Language:Elixir 0.2%