GitXplorerGitXplorer
a

dotfiles

public
8 stars
12 forks
0 issues

Commits

List of commits on branch master.
Unverified
b65fab9a1ac887a4e2d56ffc9a9afcaf99802ad4

Update vimrc.symlink (#2)

aaidangomez committed 6 years ago
Unverified
7517b9ab84cd7562303bdaa32a50b4da2cbf6911

Install Powerline fonts

aalejandro-isaza committed 7 years ago
Unverified
cf44bcef87cd8c118fd945cc810e61a79d4affa2

Adding Ruby version as a suggestion

ssimon-tse-hs committed 7 years ago
Unverified
4ed7208674655ae5f20a34fb637d51c1c030426d

Add tmux, update to latest Vundle format

aalejandro-isaza committed 7 years ago
Unverified
f55cf4de43df8911efe97452479766ec8139ebff

Add fzf and reformat gitconfig

aalejandro-isaza committed 8 years ago
Unverified
39e80848fbb9dd0545681e1556dc85b6156d744c

Add Fastlane and LLDB

committed 8 years ago

README

The README file for this repository.

dotfiles

This is my collection of dot files. Feel free to clone and modify as you please. My toolbox includes:

  • git
  • ruby with rbenv
    • Use version 2.4.1 of ruby
  • zsh with oh-my-zsh
  • vim with vundle
  • MacOS X defaults
  • psql

Installing

On a new system run bootstrap.sh. It will install rbenv, ruby, vundle and set up zsh as the shell. You only need to run this once if you don't have these things installed already. Then run install.sh which will install or update all the dotfiles. Run install.sh also if you want to update the dotfiles after a pull.

Using

Keep local zsh commands in ~/.zshrc.local, .zshrc includes this file if it exists.