Make scripts easily installable with stow
This commit is contained in:
parent
47ae86cac0
commit
cf3344ab48
5 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -4,7 +4,15 @@ These are small scripts to help with living in the WSL on Windows. Mostly
|
|||
wrappers to easily run Windows executables without having to hunt down the full
|
||||
path to the binaries.
|
||||
|
||||
# Scripts
|
||||
## Installation
|
||||
|
||||
Install using `stow`:
|
||||
|
||||
```console
|
||||
stow stow -v -d . -t /usr/local utils
|
||||
```
|
||||
|
||||
## Scripts
|
||||
|
||||
- `explorer`: open current directory in Windows Explorer
|
||||
- `ipfonfig`: use Windows' `ipconfig` command, WSL does not provide or support
|
||||
|
|
Loading…
Add table
Reference in a new issue