Go to file
Artem Sapegin 41cefe2dc1 Refactoring and some tweaks. 2012-10-22 12:01:42 +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 Refactoring and some tweaks. 2012-10-22 12:01:42 +04:00
setup Consolas install script. 2012-10-19 17:11:58 +04:00
sublime/User Refactoring and some tweaks. 2012-10-22 12:01:42 +04:00
tilde Refactoring and some tweaks. 2012-10-22 12:01:42 +04:00
.gitignore Remove theme cache file from repo. 2012-10-16 16:14:40 +04:00
Readme.md Refactoring and some tweaks. 2012-10-22 12:01:42 +04:00
sync.py Refactoring and some tweaks. 2012-10-22 12:01:42 +04:00

Readme.md

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

Terminal.app

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).
  • Consolas font install script (setup/consolas.sh)
  • Bash4 install script (setup/bash.sh)
  • Homebrew bootstrap (setup/brew.sh)
  • My magic project opener (bin/opener.py)
  • Mac OS apps I use

Notes

You can use any file extensions in tilde/ to invoke proper syntax highlighting in code editor.

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: