Skip to content

jtomaszewski/.dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My dotfiles for my workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 81.9%
  • Ruby 18.1%