2024-05-13 17:54:17 -05:00
|
|
|
# README #
|
|
|
|
|
|
|
|
## About "Project" ##
|
2024-02-11 18:02:46 -06:00
|
|
|
|
2024-05-14 15:06:11 -05:00
|
|
|
Little PowerShell script that installs most of the windows programs I use.
|
|
|
|
Working on getting it to setup more of the env as well
|
2024-05-13 14:25:04 -05:00
|
|
|
|
|
|
|
based on:
|
2024-05-13 14:26:55 -05:00
|
|
|
|
|
|
|
* <https://chrislayers.com/2021/08/01/scripting-winget/>
|
|
|
|
* <https://gist.github.com/Codebytes/29bf18015f6e93fca9421df73c6e512c>
|
|
|
|
* <https://gist.github.com/crutkas/6c2096eae387e544bd05cde246f23901>
|
2024-05-13 14:25:04 -05:00
|
|
|
|
2024-05-14 15:06:11 -05:00
|
|
|
Shoutout to:
|
|
|
|
[ankokudaishogun](https://www.reddit.com/user/ankokudaishogun/) for being a
|
|
|
|
HUGE help
|
|
|
|
|
2024-05-13 17:54:17 -05:00
|
|
|
## Usage ##
|
|
|
|
|
|
|
|
### FIRST ###
|
2024-05-13 17:36:09 -05:00
|
|
|
|
|
|
|
Run `winget search`
|
2024-05-13 14:25:04 -05:00
|
|
|
|
2024-05-13 17:54:17 -05:00
|
|
|
### Second ###
|
2024-05-13 17:36:57 -05:00
|
|
|
|
2024-05-13 14:25:04 -05:00
|
|
|
```ps1
|
|
|
|
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://git.theflyingfool.com/theflyingfool/Win_Setup/raw/branch/main/setup.ps1'))"
|
|
|
|
```
|
2024-05-13 17:36:57 -05:00
|
|
|
|
2024-05-13 17:54:17 -05:00
|
|
|
You'll get 5 menu options. Use the ones that make sense.
|
2024-05-14 15:06:11 -05:00
|
|
|
|
|
|
|
## Planned Features ##
|
|
|
|
|
2024-05-15 09:39:49 -05:00
|
|
|
* Install NFS Client features
|
|
|
|
* Map my typical network driver?
|
|
|
|
* Create SSH KEY
|
|
|
|
* Start SSH Agent
|
|
|
|
* Open notepad with instructions to where to put ssh key, possibly log as well?
|
|
|
|
* .alias file created and filled with some things?
|
|
|
|
* Syu
|
|
|
|
* Touch
|
|
|
|
* Other Linux type mappings?
|