markahesketh / dotfiles

A collection of dotfiles and configuration from my dev environment

Home Page:https://www.markhesketh.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

A collection of dotfiles and configuration from my dev environment.

Terminal window

Installation

./install.sh

This will:

  • Confirm and remove existing dotfiles
  • Create symlinks to this repo's dotfiles
  • Download Git and Docker autocomplete bash scripts

Usage

Symlinks from your home directory to this repository's files will be created, meaning all changes to dotfiles can be tracked in version control.

Local settings

Each dotfile will check for a *.local file matching its own name.

This is useful for overwriting or supplementing configs on a specific environment outside of version control.

For example:

  • Local .alias file would be ~/.aliases.local
  • Local .bashrc file would be ~/.bashrc.local
  • etc.

License

MIT.

About

A collection of dotfiles and configuration from my dev environment

https://www.markhesketh.com

License:MIT License


Languages

Language:Shell 88.7%Language:Ruby 6.7%Language:Vim Script 4.5%