2.1 KiB
2.1 KiB
Artem Sapegin’s dotfiles
Installation
curl dot.sapegin.me | bash
or
curl https://raw.github.com/sapegin/dotfiles/master/install/install.sh | bash
It’ll installs Git (on OS X only), clones latest version of dotfiles to ~/dotfiles
and makes symlinks in your home directory.
Updating
dotfiles
Screenshot
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
andsetup/sublime-packages.sh
). - Consolas font install script (
setup/consolas.sh
) - Bash4 install script (
setup/bash.sh
) - OS X, Homebrew, NPM, etc. update script (
setup/update.sh
) - Color conversion script: convert #HEX to RGB/RGBA and HSL/HSLA
- My magic project opener (
bin/opener.py
) - Bash & Git aliases and scripts
- 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
- GitHub ❤ ~/
- Mathias’s dotfiles
- Jan Moesen’s dotfiles
- Nicolas Gallagher’s dotfiles
- Zach Holman’s dotfiles
- Jacob Gillespie’s dotfiles
- Yet Another Dotfile Repo
- Mac OS X Lion Setup
- Yet another cool story about bash prompt (in Russian)
:shipit: