An open API service indexing awesome lists of open source software.

https://github.com/kashev/dotfiles

Various configurations for different programs. Inspired by http://dotfiles.github.io/
https://github.com/kashev/dotfiles

dotfiles python shell zsh

Last synced: 3 months ago
JSON representation

Various configurations for different programs. Inspired by http://dotfiles.github.io/

Awesome Lists containing this project

README

          

dotfiles
========

dotfiles
Kashev Dalmia | @kashev | kashev.dalmia@gmail.com
README.md

Various configurations for different programs. Inspired by @daeyun & http://dotfiles.github.io/

# Requirements
You must have `python` version 2.7 or higher installed to run the install script. Additionally, the `python` packages `pep8` and `pyyaml` are required, which can be installed using `pip` by running `sudo pip install pep8 pyyaml`, or by installing the packages `pep8` and `python-yaml` with your system's package manager.

# Instructions
Run `python install.py` from inside of `/dotfiles` to create all necessary symlinks. Run `python install.py --help` to see more information.

Remember to set your own name and email address in `git/gitconfig.name`.

# Thanks
Thanks to all the projects that make this project possible.
- [git](http://git-scm.com/)
- [python](https://www.python.org/)
- [zsh](http://www.zsh.org/)
- [gnome](http://www.gnome.org/)
- [oh-my-zsh](http://ohmyz.sh/)
- [Sublime Text](http://www.sublimetext.com/)
- [vim](http://www.vim.org/)