dotfiles/setup
Jacob Kiers 99533ff670 Update
Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
2022-01-06 18:42:28 +01:00
..
Readme.md Setup: update readme. 2012-12-20 11:45:41 +04:00
apps.sh Update 2022-01-06 18:42:28 +01:00
bash.sh Bootstrap: siplify bash check. 2012-11-09 14:06:09 +04:00
bootstrap.sh Changed Mac setup to suit my preferences. 2014-01-10 11:25:25 +01:00
consolas.sh Bootstap script. 2012-10-23 12:47:00 +04:00
osx.sh Tweak OSX config. 2014-01-17 16:22:31 +01:00
ssd.sh Setup: SSD tweaks script. 2013-02-10 12:27:40 +04:00
stuff.sh Install apps when reinstalling OS. 2015-06-08 16:07:57 +02:00
update.sh Setup: longer sudo timeout in setup script (kinda). 2013-02-24 23:24:34 +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 turn 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.

quicklook

Installs quick look plugins: qlImageSize.

update

Get OS X software updates, update Homebrew, NPM, Ruby packages, dotfiles and some other software.

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