No description
  • Shell 82.8%
  • PHP 6.7%
  • Python 3.6%
  • Vim Script 3.4%
  • Ruby 2.5%
  • Other 1%
Find a file
2026-06-24 06:53:09 +00:00
bash_completion.d Update for Python 3 2022-01-06 18:28:35 +01:00
bin Make xdebug version-aware 2022-01-06 18:36:49 +01: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 Update for today 2026-06-24 06:53:09 +00:00
install Add sync.sh as bash replacement for sync.py 2026-06-23 18:51:05 +00:00
resources More updates 2022-01-06 19:17:46 +01:00
setup Add sync.sh as bash replacement for sync.py 2026-06-23 18:51:05 +00:00
tilde Update for today 2026-06-24 06:53:09 +00:00
.gitignore Ignore symlink to git hooks 2022-01-06 19:22:05 +01:00
Readme.md Add sync.sh as bash replacement for sync.py 2026-06-23 18:51:05 +00:00
sync.py Update for Python 3 2022-01-06 18:28:35 +01:00
sync.sh Add sync.sh as bash replacement for sync.py 2026-06-23 18:51:05 +00:00
update.sh Add sync.sh as bash replacement for sync.py 2026-06-23 18:51:05 +00:00

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.sh).
  • 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: