GitXplorerGitXplorer
a

dotfiles

public
8 stars
12 forks
0 issues

Commits

List of commits on branch master.
Verified
c2a4056bdc69f5befad1f24329bc699367bce3a8

Fixes (#8)

ttraviskirton committed 2 years ago
Unverified
7adf85d57e48e9009ada8422d00b0c077c2d6ba9

Update git config, homebrew settings

aalejandro-isaza committed 3 years ago
Unverified
e0c0e2e34a7667aea735c6c0dc346b47a3cc76cf

Update Homebrew installation

aalejandro-isaza committed 4 years ago
Verified
b40fd45f7e9c14671e1b3f573473379a70416aff

autojump, autosuggestions, history substring search (#4)

jjoaogui1 committed 4 years ago
Unverified
ac59a7c69b27fea01b30e0d95313baa5bef72c65

Fix resume to work with main branches

aalejandro-isaza committed 4 years ago
Unverified
9ff794d954f6f254bdcd05f5599559cc1b7cdbc7

Add new aliases

aalejandro-isaza committed 5 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.