dotfiles/setup
Artem Sapegin cd087cd73a Bash aliases and scripts documentation. 2012-12-12 14:41:12 +04:00
..
Readme.md Git: local identity. 2012-11-28 12:21:17 +04:00
apps.sh Bootstap script. 2012-10-23 12:47:00 +04:00
bash.sh Bootstrap: siplify bash check. 2012-11-09 14:06:09 +04:00
bootstrap.sh Bootstrap: quick look plugins setup script. 2012-11-15 16:31:25 +04:00
consolas.sh Bootstap script. 2012-10-23 12:47:00 +04:00
imgo.sh New update script. 2012-12-12 12:55:22 +04:00
osx.sh Squirrelsong color scheme. 2012-11-28 10:56:54 +04:00
quicklook.sh Bootstrap: quick look plugins setup script. 2012-11-15 16:31:25 +04:00
stuff.sh New update script. 2012-12-12 12:55:22 +04:00
sublime-packages.sh Sublime: Add CoffeeScript + update Hayaku. 2012-11-27 18:25:32 +04:00
sublime-settings.sh Bootstap script. 2012-10-23 12:47:00 +04:00
update.sh Bash aliases and scripts documentation. 2012-12-12 14:41:12 +04:00

Readme.md

Prerequisites

💀 Bootstrap 💀

Run ./bootstrap.sh (or separate scripts in this folder) and make you some coffee. Then open Chrome (now its your default browser) and install all needed apps.

Warning. Your Mac can turns into a pumpkin.

Scripts

stuff

Installs Homebrew, Git, git-extras, git-friendly, Node.js, JSHint, Grunt, configures Apache, PHP, MySQL, etc.

bash

Installs Bash 4 and registers it as a default shell. Needs Homebrew.

consolas

Installs Consolas font. Needs Homebrew.

imgo

Installs imgo CLI image optimizer. Needs Homebrew.

osx

Sane OSX defaults. Based on ~/.osx by @mathiasbynens.

sublime-settings

Enables Sublime settings syncronization (see ../sublime/User folder).

sublime-packages

Installs/updates Sublime packages from Package Control (listed in ../sublime/User/Package Control.sublime-settings) and GitHub (listed in script itself).

apps

Installs Chrome and makes it default browser.

Tips & Tricks

Local Git identity

git config -f ~/.gitlocal user.email "artem@sapegin.ru"
git config -f ~/.gitlocal user.name "Artem Sapegin"

How to remove US English keyboard layout on Mac OS X

Useful when you use some kind of typography layout.

bash  <(curl -fsSkL raw.github.com/bolknote/shellgames/master/us_layout_remover.sh)

Misc