You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jacob Kiers 07f3d361d1 Fix get command to follow redirects
Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
1 year ago
bash_completion.d Update for Python 3 1 year ago
bin Make xdebug version-aware 1 year ago
color Change URLs into my own URLs. 9 years ago
docs Bash: Modify help aliases. 10 years ago
dropzone Change URLs into my own URLs. 9 years ago
includes Fix get command to follow redirects 1 year ago
install Fix the clone URL for installation. 8 years ago
resources More updates 1 year ago
setup Update 1 year ago
tilde More updates 1 year ago
.gitignore Ignore symlink to git hooks 1 year ago
Readme.md Change URLs into my own URLs. 9 years ago
sync.py Update for Python 3 1 year ago
update.sh Do not install php tools on composer update 1 year ago

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: