-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.ps1
75 lines (65 loc) · 2.69 KB
/
setup.ps1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# filename: setup.ps1 (can be run via powershell)
# I would need git or download this file directly from github before running this script.
# install scoop
set-executionpolicy remotesigned -scope currentuser
# install chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
# confirm with A (all)
iwr -useb get.scoop.sh | iex
# preparation of requirements
scoop install git
scoop bucket add extras
scoop bucket add versions
# command line tools and helpers
scoop install sudo
#scoop install ffmpeg # transcoder similar to handbrake in cli
#scoop install hugo-extended # static website generator
#scoop install rclone # like syncthing
#scoop install restic # simple backup utility
scoop install wget # downloader
scoop install uutils-coreutils # GNU coreutils compiled in Rust
scoop install 7zip # compressor, extracter
scoop install vim # text editor with syntax highlighter
scoop install zoxide # cd on steroides
scoop install winmtr # GUI interface pops up, ping + traceroute functions
scoop install bottom # like htop, top, or btop
scoop install bat # cat replacement
scoop install chezmoi # cross-platform, GNU stow alternative
scoop install eza # exa, ls replacement
scoop install file
scoop install grep
scoop install https://github.com/JanDeDoobeleer/oh-my-posh/releases/latest/download/oh-my-posh.json
scoop install bitwarden-cli
choco install gawk # awk utility
# GUI tools
#scoop install mremoteng # remote connnections manager
scoop install pdfsam # PDF manipulator
scoop install vlc # media player
scoop install vscode # code IDE editor
scoop install bitwarden # password management
scoop install firefox-developer
scoop install windows-terminal
scoop install playnite # games curator of clients like Steam and Ubisoft
scoop install teamviewer
scoop install wingetui
choco install chocolateygui
scoop install onecommander
scoop install mpc-hc
choco install jellyfin-media-player
choco install makeMKV
choco install handbrake
choco install flameshot
choco install flow-launcher
choco install Everything
choco install filejuggler
choco install etcher # balenaEtcher ISO image burner
choco install anytype # object oriented knowledge database used like notion and obsidian
scoop install nvcleaninstall
# internet file management tools
choco install pia
scoop install winscp # FTP, SFTP client
# Install tiling window manager
# Enable long path support
Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
winget install LGUG2Z.komorebi
winget install LGUG2Z.whkd