Go to file
2012-10-19 15:54:20 +04:00
bin Project opener. 2012-10-15 12:42:04 +04:00
color A lot of new awesome stuff. 2012-10-12 12:53:13 +04:00
includes Readme and some tweaks. 2012-10-19 15:54:20 +04:00
setup Readme and some tweaks. 2012-10-19 15:54:20 +04:00
sublime/User Fix hot keys on Mac. 2012-10-19 15:15:27 +04:00
.gitignore Remove theme cache file from repo. 2012-10-16 16:14:40 +04:00
bash_profile Readme and some tweaks. 2012-10-19 15:54:20 +04:00
bashrc Some tweaks. 2012-10-19 15:16:12 +04:00
gitattributes initial commit 2012-10-10 16:51:59 +04:00
gitconfig initial commit 2012-10-10 16:51:59 +04:00
gitignore initial commit 2012-10-10 16:51:59 +04:00
hushlogin Suppress login message. 2012-10-12 15:16:08 +04:00
inputrc Tweaks. 2012-10-12 15:16:23 +04:00
Readme.md Readme and some tweaks. 2012-10-19 15:54:20 +04:00
sync.py Sublime settings and packages. 2012-10-16 16:11:28 +04:00

Artem Sapegins dotfiles

Installation

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

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


:shipit: