Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 916 Bytes

readme.md

File metadata and controls

30 lines (26 loc) · 916 Bytes

dotfiles

My tools, configs and other bits & bobs.

  • 🌳 global .gitconfig
    • username/email
    • aliases
    • push/pull upstream default behaviours
  • 🖥️ windows terminal settings
  • 🐚 powershell profile
    • functions for frequent commands
    • choco
    • docker completion
    • psreadline/psfzf for command history search
    • posh-git pretty prompt

Overview

Windows Terminal using these dotfiles

  • Focused on configuring my Windows development environment, but will be adding support for other platforms.
  • Installs using a simple powershell script.
  • Makes a backup of each file that's copied. Will be possible to restore from a backup (eventually).

Installation

Clone the repo, run the script.

git clone https://github.com/jmorjsm/dotfiles.git
cd dotfiles/
. ./install.ps1