dotfiles-windows icon indicating copy to clipboard operation
dotfiles-windows copied to clipboard

My "dotfiles" for Windows PowerShell, like dotfiles on unix

dotfiles-windows

Add some tweaks into my PowerShell. Inspired by https://github.com/paulirish/dotfiles for MacOS. For Unix I prefer my https://github.com/StefanScherer/dotfiles.

Installation

git clone https://github.com/StefanScherer/dotfiles-windows ; cd dotfiles-windows ; .\sync.ps1

To update later on, just run the sync again.

Features

Aliases

  • ..: one dir up
  • ...: two dirs up
  • ....: three dirs up
  • .....: four dirs up
  • home: go into users home directory
  • t: toggle theme between dark mode and light mode. Depends on WSL 2 ~bin/t script
  • z: change to one of your favorite project folder

Licensing

Copyright (c) 2014 Stefan Scherer

MIT License, see LICENSE.txt for more details.