Skip to content

novotnyjakub/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal config for Mac OS X

Requirements

  • Homebrew installed

Installation

Brew packages:

  • bash
  • git
  • bash-completion
  • z
  • direnv
  • vim

Other:

  • RVM

Clone the directory as ~/.config

Bash

In ~/.bashrc for the user and possibly root:

CONFIG_PATH=/FULL/PATH/TO/THE/HOME/DIRECTORY/.config/bash
. $CONFIG_PATH/rc

Vim

ln -s ~/.config/vim/rc .vimrc

Git

In ~/.gitconfig

[user]
    name = FULL NAME
    email = EMAIL

[include]
    path = ~/.config/git/config

RVM

ln -s ~/.config/rvm/rc .rvmrc

About

Dev machine configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages