Go to file
Jacob Kiers bba2f8edac Remove aliases and functions that I don't use.
Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
2014-04-30 11:09:05 +02:00
bin Update all bin-scripts to include a description. 2014-04-30 11:06:35 +02:00
color Change URLs into my own URLs. 2014-01-10 20:11:59 +01:00
docs Bash: Modify help aliases. 2012-12-20 17:21:18 +04:00
dropzone Change URLs into my own URLs. 2014-01-10 20:11:59 +01:00
includes Remove aliases and functions that I don't use. 2014-04-30 11:09:05 +02:00
install Change URLs into my own URLs. 2014-01-10 20:11:59 +01:00
setup Tweak OSX config. 2014-01-17 16:22:31 +01:00
tilde Remove all stuff that I won't use. 2014-04-30 11:04:52 +02:00
.gitignore Ignore some Sublime files. 2013-09-19 21:43:53 +04:00
Readme.md Change URLs into my own URLs. 2014-01-10 20:11:59 +01:00
sync.py Slate config. 2013-10-11 17:16:12 +04:00

Readme.md

Jacob Kiers dotfiles

Installation

curl dot.jacobkiers.net | bash

or

curl https://bitbucket.org/jacobkiers/dotfiles/raw/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)
  • 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


:shipit: