Skip to content

chuckbergeron/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Originally, this is the fantastic work of Zach Holman, forked and customized . This covers my usual tools: OSX, zsh, Ruby, Rails, rvm, git, mysql, pg, homebrew, sublime.

Installation

I'd suggest forking your own version, first. Then, run the following:

git clone https://github.com/$your_username/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap

If it bombs, complaining about a missing Rakefile, run rake install from the ~/.dotfiles directory.

This will symlink the appropriate files in .dotfiles to your home directory. Everything is configured and tweaked within ~/.dotfiles, though.

Additionals

Set custom OSX defaults

$ sh ~/osx/set-defaults.sh

Mucho betta Terminal theme

$ open ~/osx/charles.terminal

To use this new theme as the default, open Terminal's settings and make 'charles' the default.

Further Reading

Read the full docs here: https://github.com/holman/dotfiles

Releases

No releases published

Packages

No packages published

Languages

  • Shell 70.7%
  • Ruby 26.9%
  • Python 2.4%