jakecraige / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

This repo uses rcm to manage it's dotfiles

Installation

Clone repo into ~/.dotfiles and setup symlinks with rcup

git clone https://github.com/jakecraige/dotfiles ~/.dotfiles
ln -s ~/.dotfiles/rcrc ~/.rcrc
rcup -v

Useful info

  • List what will be symlinked with lsrc -v

Setup new machine

  • Get laptop local file
curl https://raw.githubusercontent.com/jakecraige/dotfiles/master/laptop.local > ~/.laptop.local
  • Setup core dev environment
xcode-select --install
curl --remote-name https://raw.githubusercontent.com/thoughtbot/laptop/master/mac
sh mac 2>&1 | tee ~/laptop.log
vim +PlugInstall +qall
  • Install app store apps

    • Xcode
    • BetterSnapTool
  • Setup prefs / backups

    • Alfred
    • Iterm
    • 1Password
    • Chome Login to accounts
  • Install powerline fonts

Test signed commit!

About


Languages

Language:Shell 55.4%Language:Vim Script 44.6%