Skip to content

AzureHound/Notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check Windows Updates

Get-WindowsUpdate
Install-WindowsUpdate -MicrosoftUpdate -AcceptAll -AutoReboot | Out-File "C:\($env.computername-Get-Date -f yyyy-MM-dd)-MSUpdates.log" -Force

# 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 -MicrosoftUpdate

git 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

About

💻 Notebook Configs ....

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published