These are config files to set up a system the way I like it.
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
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
Install Vundle plugins Run :BundleInstall
in vim.
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.