Skip to content

tylerhannan/dotfiles

Repository files navigation

dotfiles

I get rather tired of resetting my machine every time I change, and/or inadvertently destroy it. To that end, this repo is simple personal configurations. Attribution, where remembered, is given.

It is extraordinarily tempting to script much of the below...but, frankly, there are situations where it is disconcerting. The flexibility to step through, install by install, ensures that I don't do something horrifically stupid.

This includes the following Vim plugins (ask me some time why they are no longer submodules)

Setup

Start by installing XCode and "Command Line Tools"

Start at the beginning

There is probably a better logical order than this, but it is what came out of my fingers.

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go)"

brew bundle ~/Brewfile

Time for some dotfiles

git config --global user.name "Your Name Here"
git config --global user.email [email protected]
git clone https://github.com/tylerhannan/dotfiles.git
cd dotfiles
source bootstrap.sh

Casks are our friend

brew bundle ~/Caskfile

Other applications

Check out those App Store purchases...the history makes life easy.

Some to remember:

  • Airmail
  • Pocket
  • iFlicks
  • Tweetbot
  • Byword
  • Pixelmator

Chrome Extensions

link these at some point

  • Google Cast
  • LastPass
  • Pocket
  • Proxy SwtichySharp
  • Reddit Enhancement Suite
  • Reddit Hover Craft

Install the Vim Thesaurus

These are simple things that would be silly to embed as a submodule or track in a repository

cd ~/.vim
mkd thesaurus
wget http://www.gutenberg.org/dirs/etext02/mthes10.zip
xt mthes10.zip

About

Exactly what it describes...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published