Skip to content

ltsavar/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

This repo contains @pfleidi's dotfiles for:

  • zsh
  • (Mac)vim
  • GNU screen
  • 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

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 theme
export ZSH_THEME="candy"
# Override plugins
plugins=(dirpersist git npm deb debian rvm gem)

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 48.3%
  • Shell 41.1%
  • Ruby 10.6%