danschultz / dotfiles

Personalized scripts and aliases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Personalized scripts and aliases.

Installation

  • git clone git@github.com:danschultz/dotfiles.git ~/.dotfiles

Usage

  1. script/bootstrap runs brew bundle and symlinks any files to your home directory
  2. script/install runs any package/install.sh scripts
  3. Any scripts in bin will be available on your path
  4. Any package/path.sh files are loaded first and is intended to modify your path
  5. Any package/completion.sh is sourced second and is intended to setup autocompletions
  6. Any package/*.symlink will get symlinked to your home directory
  7. Any secret exports are sourced from ~/.secrets

TODOs

  • Add a Brew file to install commonly used libraries, and libraries used by these scripts
  • Move aliases that are in my .bash_profile to this repo
  • Move .gitignore_global to this repo
  • Add an installer script
  • Add global git config
  • Add atom config

About

Personalized scripts and aliases


Languages

Language:Shell 63.0%Language:Ruby 35.6%Language:JavaScript 1.4%