GitXplorerGitXplorer
a

dotfiles

public
8 stars
12 forks
0 issues

Commits

List of commits on branch master.
Unverified
afb507c5dee717b3bc352bd4f57dd77decca9328

Remove powerline fonts, add utilities

aalejandro-isaza committed 5 years ago
Unverified
559f4aa532f033395fcb51898957ba80c6e0e57f

Remove non-existent plugins

aalejandro-isaza committed 5 years ago
Unverified
3e2addff034a7c2dac4442cee784706451415dba

New git aliases

aalejandro-isaza committed 5 years ago
Unverified
570be2e07e4e22c1681f17157d0e78068e85afb2

Add fzf

aalejandro-isaza committed 6 years ago
Unverified
391e7af0b64a89ffce72380f5dc476c69e89d458

Add screen config

aalejandro-isaza committed 6 years ago
Unverified
dd292b277f46b742e65d40cd94afb362e1f39592

Update tmux.config.symlink (#3)

aaidangomez committed 6 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.