Go to file
Artem Sapegin f9d776b7f1 Bash: Fix (a bit) Home/End keys in Terminal.app. 2012-12-06 17:54:24 +04:00
bin Project opener. 2012-10-15 12:42:04 +04:00
color Typos. 2012-11-28 11:00:05 +04:00
includes Bash: Fix git-upstream checkout. 2012-12-06 17:51:26 +04:00
install Install: SSH repo URL. 2012-11-28 13:03:29 +04:00
setup Git: local identity. 2012-11-28 12:21:17 +04:00
sublime/User Sublime: New hot keys, plugins, etc. 2012-12-06 17:53:24 +04:00
tilde Bash: Fix (a bit) Home/End keys in Terminal.app. 2012-12-06 17:54:24 +04:00
.gitignore Sublime: New hot keys, plugins, etc. 2012-12-06 17:53:24 +04:00
Readme.md Update screenshot. 2012-11-28 10:57:54 +04:00
sync.py Sync: Fix home directory expansion. 2012-11-28 12:51:21 +04:00

Readme.md

Artem Sapegins dotfiles

Installation

curl dot.sapegin.me | bash

or

curl https://raw.github.com/sapegin/dotfiles/master/install/install.sh | bash

Itll installs Git (on OS X only), clones latest version of dotfiles to ~/dotfiles and makes symlinks in your home directory.

Updating

dotfiles

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 X 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: