# dotfiles **Repository Path**: mirrors_steipete/dotfiles ## Basic Information - **Project Name**: dotfiles - **Description**: my dot files for bash, git, rails and co - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README These are my personal .dot files for bash. You get colors, git completion, git branch naming, rails shortcuts and much more. Some of the files are from http://github.com/slayer/dotfiles I assume that your files are in ~/.bashrc.d. Then symlink bash_profile and bashrc: ln -s .bashrc.d/.bashrc .bashrc ln -s .bashrc.d/.bash_profile .bash_profile This is optimized for MAC OS X, but can be changed easily (for example change calls from *mate* to vim)