Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azurehound/notebook
💻 Notebook Configs ....
https://github.com/azurehound/notebook
config windows
Last synced: 16 days ago
JSON representation
💻 Notebook Configs ....
- Host: GitHub
- URL: https://github.com/azurehound/notebook
- Owner: AzureHound
- Created: 2024-11-16T04:04:35.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-28T20:27:11.000Z (29 days ago)
- Last Synced: 2025-01-01T13:26:41.501Z (25 days ago)
- Topics: config, windows
- Language: PowerShell
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Check Windows Updates
```sh | Checks for Updates
Get-WindowsUpdate
``````sh | Install all available updates
Install-WindowsUpdate -MicrosoftUpdate -AcceptAll -AutoReboot | Out-File "C:\($env.computername-Get-Date -f yyyy-MM-dd)-MSUpdates.log" -Force
```
---```sh
# Installing Scoop
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression# Add the extras bucket
scoop bucket add extras
scoop bucket add nerd-fonts# Install Nerd Fonts
scoop install nerd-fonts/JetBrains-Mono
scoop install nerd-fonts/JetBrainsMono-NF
scoop install nerd-fonts/Iosevka-NF
scoop install nerd-fonts/ComicShannsMono-NF# Install the specified applications from Scoop
scoop install 7zip adb ani-cli aria2 bat btop cacert chafa curl delta deno duf eza fd ffmpeg file fnm fzf gcc gh git gitui glow googlechrome grep imagemagick keepassxc lazygit less llvm localsend mingw mpv msys2 neovim nodejs-lts nu obsidian ollama openssl raspberry-pi-imager poppler ripgrep sed starship syncthing tailscale termshark tgpt tldr vcredist2022 vim winnfsd wezterm wget winfetch yazi yt-dlp zoxide# Install the specified applications using Winget
winget install Mozilla.Thunderbird MacPaw.Encrypto AdrienAllard.FileConverter FxSoundLLC.FxSound Flywheel.Local Microsoft.PowerToys KamilSzymborski.WindowCenteringHelper Canonical.Ubuntu Debian.Debian 9NKSQGP7F2NH# Install the Terminal-Icons Module
Install-Module -Name Terminal-Icons -Repository PSGallery# Install the PSReadLine Module
Install-Module -Name PSReadLine -Scope CurrentUser# Install the PSWindowsUpdate module
Install-Module PSWindowsUpdate -Force# Add Microsoft Update service
Add-WUServiceManager -MicrosoftUpdategit clone --depth 1 https://github.com/AstroNvim/template $env:LOCALAPPDATA\AstroVim
git clone https://github.com/LazyVim/starter $env:LOCALAPPDATA\LazyVim
git clone https://github.com/NvChad/starter $ENV:USERPROFILE\AppData\Local\NvChad# Installing Zen Browser | Optimized Version
winget install --id Zen-Team.Zen-Browser.Optimized
```## Manual Install
### Apps
1. Apple Devices
2. Office 2019 Home & Student
3. Scan### Portable Apps
1. ExifCleaner
2. GIMP
3. Inkscape
4. KeepassXC
5. LibreOffice
6. NVCleanInstall
7. OBS Studio
8. RevoUninstaller
9. Rufus
10. SuperImage
11. Syncthing
12. Telegram
13. Tor Browser
14. Ventoy
15. Wireshark