Skip to content

Repository files navigation

My dotfiles

This repo contains @pfleidi's dotfiles for:

  • zsh
  • (Mac)vim
  • GNU screen
  • tmux
  • Ruby/irb

Under dotfiles/bin there are some useful scripts and tools.

Usage

git clone https://github.com/pfleidi/dotfiles.git ~/dotfiles
cd~/dotfiles
./bootstrap.sh

OSX Setup

# Install commandline tools
xcode-select --install
# Install homebrew
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"# Install packagescd~/dotfiles && brew bundle

Installed frameworks

Custom PATHs

The dotfiles bundle doesn't contain any custom PATH settings exept for the helpers contained under dotfiles/bin. If you wish to add custom PATHs, put them into ~/.profile.

Local Overrides

Local ZSH settings can be overridden by creating a ~/.zshrc.local file:

# Override themeexport ZSH_THEME="candy"# Override plugins
plugins=(dirpersist git npm deb debian rvm gem)

About

My dotfiles

Resources

Stars

20 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages