Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/StefanScherer/dotfiles-windows
My "dotfiles" for Windows PowerShell, like dotfiles on unix
https://github.com/StefanScherer/dotfiles-windows
Last synced: 7 days ago
JSON representation
My "dotfiles" for Windows PowerShell, like dotfiles on unix
- Host: GitHub
- URL: https://github.com/StefanScherer/dotfiles-windows
- Owner: StefanScherer
- License: mit
- Created: 2014-01-11T22:02:25.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2020-06-19T17:21:11.000Z (over 4 years ago)
- Last Synced: 2024-11-02T04:04:32.084Z (11 days ago)
- Language: PowerShell
- Homepage:
- Size: 732 KB
- Stars: 27
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 SchererMIT License, see LICENSE.txt for more details.