-
Notifications
You must be signed in to change notification settings - Fork 0
/
windows.yml
99 lines (92 loc) · 2.72 KB
/
windows.yml
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
when: os == "windows"
backup:
files:
- source: windows/home
destination: ~/
link_files: true
- source: windows/thrizen3000.grid
destination: C:\Program Files (x86)\GridMove\Grids\thrizen3000.grid
link_files: true
winget.packages:
- AgileBits.1Password
- Google.Chrome
- Mozilla.Firefox
- 7zip.7zip
- Adobe.Acrobat.Reader.64-bit
- Discord.Discord
- CPUID.HWMonitor
- clsid2.mpc-hc
- Rufus.Rufus
- ShareX.ShareX
- Spotify.Spotify
- SyncTrayzor.SyncTrayzor
- Microsoft.VisualStudioCode
- Microsoft.VisualStudio.2022.Community
- WinDirStat.WinDirStat
- JanDeDobbeleer.OhMyPosh
- CodecGuide.K-LiteCodecPack.Mega
- AlexanderKojevnikov.Spek
# asus mouse software
# - Asus.ArmouryCrate
- qBittorrent.qBittorrent
# - youtube-dl.youtube-dl
- Plex.Plex
- Git.Git
- GodotEngine.GodotEngine
# games
- Valve.Steam
# battle.net
# zygor
- WowUp.CF
# r2modman
# - Jagex.Runescape
- RuneLite.RuneLite
chocolatey.packages:
- nvidia-display-driver
- gridmove
- inconsolata
- dotnet
- dotnet-sdk
- dotnetfx
- openjdk
- vcredist-all
windows.powercfg:
plan: High performance
windows.registry:
# greyscale monitor stuff
- HKEY_CURRENT_USER:
Control Panel\Desktop:
FontSmoothing: "2"
FontSmoothingGamma: 0x3e8
FontSmoothingContrast: 0x898
FontSmoothingOrientation: 0x0
FontSmoothingType: 0x1
SOFTWARE\Microsoft\Avalon.Graphics\DISPLAY2:
ClearTypeLevel: 0x0
EnhancedContrastLevel: 0x32
GammaLevel: 0x76c
GrayscaleEnhancedContrastLevel: 0x64
PixelStructure: 0x1
TextContrastLevel: 0x6
# disable uac
- HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System:
EnableLUA: 0
ConsentPromptBehaviorAdmin: 0
PromptOnSecureDesktop: 0
# launch explorer to 'This PC'
- HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced:
LaunchTo: 1
# pressing alt+tab shows windows that are open on "all desktops"
- HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced:
VirtualDesktopAltTabFilter: 0
# show file name extensions in explorer
- HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced:
HideFileExt: 0
# disable hibernation
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power:
HibernateEnabled: 0
# Settings > System > Multitasking > Timeline > Show suggestions in your timeline: Off
- HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager:
SubscribedContent-353698Enabled: 0
# disable timeline in super + tab menu
- HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\System\EnableActivityFeed: 0