petk / dotfiles

Peter Kokot's dotfiles - .bashrc, .gitconfig, .wgetrc, .zshrc, .vimrc etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Peter Kokot's dotfiles

About

Dotfiles are a set of files in your *nix-based home directory to personalize and customize your system. They set up your $PATH, customize Vim, configure Ruby's IRB, customize zsh behavior and many other things. These dotfiles are inpired by holman's dotfiles and others.

Installation

git clone git://github.com/petk/dotfiles.git --recursive
./dotfiles/install

Documentation

Documentation for using these dotfiles can be found in the doc folder. Contents:

Keeping configuration files in sync

To copy dotfiles from the current system run the sync script from the repository directory:

./dotfiles/sync

Features

  • Installation script
  • git configuration
  • Zsh - shell designed for interactive use, also a powerful scripting language - configuration
  • Bash configuration
  • Vim custom runtime configuration and scripts
  • wget customization
  • screen customization
  • Atom custom runtime configuration

Requirements

  • Vim 7.4

Contributing and License

Questions, issue reports and additional contributions to this repository are most welcome. This repository is released under the MIT license.

Peter's dotfiles

About

Peter Kokot's dotfiles - .bashrc, .gitconfig, .wgetrc, .zshrc, .vimrc etc.

License:MIT License


Languages

Language:Shell 55.6%Language:Vim Script 44.4%