Go to file
Artem Sapegin 12548e9a90 Readme. 2012-10-19 17:21:38 +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 Consolas install script. 2012-10-19 17:11:58 +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
Readme.md Readme. 2012-10-19 17:21:38 +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
sync.py Sublime settings and packages. 2012-10-16 16:11:28 +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

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: