Skip to content

tegmark/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles + OS X configuration

1. Homebrew

Homebrew: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2. Clone repo

Create ssh key:

ssh-keygen -t rsa -C "your_email@example.com"
ssh-add ~/.ssh/id_rsa

Copy and paste the public key into github account

pbcopy < ~/.ssh/id_rsa.pub

Now can clone the repo: git clone git@github.com:danielfrg/dotfiles.git

3. Brew apps

  1. Install brew bundle: brew tap Homebrew/brewdler
  2. Install brew packages: brew bundle

Ohmyzsh

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

VI

  1. git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  2. vim +PluginInstall +qall