Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.35 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.35 KB

Description

  • 3 tweaked shells: oh-my-fish, oh-my-zsh, bash-it. Default is bash, but if you'll install zsh or fish2, it will be tweaked automatically. bash_profile is configured in a way that it launches zsh automatically, if it exists on the machine.
  • useful shell aliases
  • my custom .gitconfig and .gitignore_global
  • some useful tweaks in .pryrc, .rspec, .bashrc, .zshrc, tmux.conf, dir_colors and other files (see them all in create_symlinks.sh)

How to install?

TMPF=$(mktemp) && curl https://raw.githubusercontent.com/jtomaszewski/.dotfiles/master/download.sh > $TMPF && sh $TMPF

For setting up your OS X machine from scratch, see osx/README.md .

Scripts description

  • download.sh - preinstalls required packages (if user allows in the prompt), changes user's default shell (if user allows in the prompt), and sets up all the dotfiles.
  • install.sh - pulls recent version of the .dotfiles repo (and its' submodules), and runs create_symlinks.sh .
  • create_symlinks.sh - creates the symlinks to dotfiles. If there are existing files at the symlinks destination paths, they will be moved to ./old directory.

Thanks to