Skip to content

config files for zsh, bash, completions, gem, git, irb, rails, vim

Notifications You must be signed in to change notification settings

rileybracken/dotfiles

 
 

Repository files navigation

Riley Bracken's dot files

These are config files to set up a system the way I like it.

Pre-Install

Install Iterm. https://www.iterm2.com/

Open the gitconfig file and change lines 2 and 3 (name and email).

Setup the laptop with Thoughtbot's open source tool: https://github.com/thoughtbot/laptop

Setup oh-my-zsh:

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

Setup rbenv & nvm:

$ brew install rbenv
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.0/install.sh | bash

Setup Vundle:

$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Set up Github

  1. Generate a SSH key.
  2. Add the SSH key to your account

Installation

Clone the repository

$ mkdir ~/Code
$ cd ~/Code
$ [email protected]:rileybracken/dotfiles.git

cd into the directory

$ cd ~/Code/dotfiles

Install the dotfiles, this will symlink the dotfiles repository to the root.

$ rake install

Post-Install

Install Vundle plugins Run :BundleInstall in vim.

iTerm configuration

Import the iterm.json file in ~/Code/dotfiles/iterm.json by going to profiles > other actions (bottom left) then set that imported profile as your default.

Preferences

appearance general settings appearance windows settings appearance tabs settings appearance panes settings appearance dimming settings general closing settings keys hotkeys settings

About

config files for zsh, bash, completions, gem, git, irb, rails, vim

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 99.9%
  • Other 0.1%