dotfiles/Readme.md
2012-10-19 15:54:20 +04:00

51 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Artem Sapegins dotfiles
## Installation
```bash
cd ~ && git clone https://github.com/sapegin/dotfiles.git && cd dotfiles && ./sync.py
```
Itwill clone latest version of dotfiles to `~/dotfiles` and make symlinks in your home directory.
## Updating
```bash
cd ~/dotfiles && git pull && ./sync.py
```
## Screenshot
!(http://cl.ly/image/3q3B1S0O2m0f/Screen%20Shot%202012-10-19%20at%2015.28.31.png)
## Features
* Custom Bash prompt, useful aliases, etc.
* Git config, Git global ignore file.
* Dotfiles syncronization (`sync.py`).
* Sensible OS X defaults (`setup/osx.sh`).
* Sublime Text 2 settings syncronization and packages autoinstall (`setup/sublime-settings.sh` and `setup/sublime-packages.sh`).
* Bash4 install script (`setup/bash.sh`)
* Homebrew bootstrap (`setup/brew.sh`)
## Further customization
* Add any Bash profile customizations to `~/.bashlocal`.
* Add your git username/email/etc. to `~/.gitlocal`.
* Just fork this repo and hack on.
## Resources
* [GitHub ❤ ~/](http://dotfiles.github.com/)
* [Mathiass dotfiles](https://github.com/mathiasbynens/dotfiles)
* [Jan Moesens dotfiles](https://github.com/janmoesen/tilde)
* [Nicolas Gallaghers dotfiles](https://github.com/necolas/dotfiles)
* [Zach Holmans dotfiles](https://github.com/holman/dotfiles)
* [Jacob Gillespies dotfiles](https://github.com/jacobwg/dotfiles)
* [Yet Another Dotfile Repo](https://github.com/skwp/dotfiles)
* [Mac OS X Lion Setup](https://github.com/ptb/Mac-OS-X-Lion-Setup)
* [Yet another cool story about bash prompt](http://habrahabr.ru/company/mailru/blog/145008/) (in Russian)
---
:shipit: