jworksuk / dotfiles

dotfiles!?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

These are my dotfiles, if you don't know what they are look here.

prerequisites

You'll need homebrew and oh-my-zsh

Homebrew

Try this, I haven't tested that to be honest so it might now work, if you don't have homebrew after that follow these instructions homebrew

sh homebrew/install.sh

Oh My Zsh

Follow these instructions robbyrussell/oh-my-zsh

install

Update later

  • something about aliases
  • something about zshrc
  • something about iterm2
  • something about brewfile

inlcudes

Update later

Go into detail about brewfile, it's too big

Work In Progress

  • QuickLook bugs
# create .aliases
touch ~/.aliases

#
ln -s {{ repo root }}/git/gitignore {{ user root }}/.gitignore

ln -s {{ repo root }}/zshrc {{ user root }}/.zshrc

ln -s {{ repo root }}/aliases-extras {{ user root }}/.aliases-extras

About

dotfiles!?


Languages

Language:Shell 63.2%Language:Ruby 36.8%