Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/StefanScherer/dotfiles-windows

My "dotfiles" for Windows PowerShell, like dotfiles on unix
https://github.com/StefanScherer/dotfiles-windows

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# dotfiles-windows

Add some tweaks into my PowerShell.
Inspired by for MacOS.
For Unix I prefer my .

## 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](https://github.com/StefanScherer/dotfiles/blob/master/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.