Skip to content

plbabin/dotfiles

 
 

Repository files navigation

Pierre-Luc's dotfiles.

mathias's readme is awesome. go read it.

I created my dotfiles using mathias's repo, paul's repo, and remi's readme, but with my own sauce (zsh and oh-my-zsh).

I created this repo to keep my dotfiles somewhere. They're only for my personnal use but feel free to clone my repo or suggest any change

private config

Toss it into a file called .extra which you do not commit to this repo and just keep in your ~/. Add this file name to .git/info/exclude.

Sensible OS X defaults

When setting up a new Mac, you may want to set some sensible OS X defaults:

./.brew
./.osx

overview of files

Automatic config

  • .ackrc - for ack (better than grep)
  • .powconfig
  • .wgetrc

shell environement

  • .aliases
  • .exports
  • .functions
  • .path
  • .extra - not included, explained above
  • .zshrc

manual run

  • .osx - run on a fresh osx machine
  • .brew - homebrew intialization

git, brah

  • .git
  • .gitattributes
  • .gitconfig
  • .gitignore

Installation

git clone https://github.com/plbabin/dotfiles.git && cd dotfiles && ./sync.sh

Everything in the folder zsh-themes will be sync in ~./oh-my-zsh/themes

To update later on, just run the sync again.

Redis

change loglevel to warning in the redis config file (redis-server /usr/local/etc/redis.conf)

TODOS

  • Remove dependancies of oh-my-zsh
  • Use foreman to start all process instead of the .server files

About

.files, including ~/.osx — sensible hacker defaults for OS X

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 55.9%
  • Ruby 43.1%
  • PHP 1.0%