octopus_system_setup
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
octopus_system_setup [2022/12/21 22:21] – [Octopus Server Dev Setup] stephen | octopus_system_setup [2023/01/10 09:12] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Octopus System Setup ====== | ====== Octopus System Setup ====== | ||
+ | |||
+ | ===== Install Notes ===== | ||
+ | |||
+ | * OS install. | ||
+ | * OS: Dark mode. | ||
+ | * OS: Windows Update. | ||
+ | * OS: Apps > Installed apps, get rid of crap. | ||
+ | * OS: Sign in, facial & fingerprint recognition. | ||
+ | * OS: Unpin shit from Start. | ||
+ | * OS: Windows Terminal -> default terminal application. | ||
+ | * OS: PowerShell > Admin > Winget install browsers & applications. | ||
+ | * Brave: LastPass extension. | ||
+ | * Brave: Set up profiles & sync. | ||
+ | * Brave: Set new tab page. | ||
+ | * Brave: Set up settings. | ||
+ | * Brave: Set up search. | ||
+ | * Brave: Set up ad filters. | ||
+ | * Brave: Install Tampermonkey filters. | ||
+ | * OS: Mouse pointer size (3). | ||
+ | * OS: Windows features. | ||
+ | * OS: Install FiraCode Nerd Font. | ||
+ | * OS: Explorer > Options. | ||
+ | * OS: Install Fira Code font. | ||
+ | * Install SQL Server 2022 Developer Edition | ||
+ | * OneDrive: Turn off ' | ||
+ | * OS: Taskbar turn off search & widget. | ||
+ | * Notepad++: Enable dark mode. | ||
+ | * OS: PowerShell: set-executionpolicy Unrestricted -scope currentuser | ||
+ | * Install CrowdStrike. | ||
+ | * Install DriveStrike. | ||
+ | * Install Vanta. | ||
+ | * Notepad++: Style Configurator, | ||
+ | * Visual Studio Code: Set up sync. | ||
+ | * Terminal: Default profile: ' | ||
+ | * Zoom: Set up video & audio settings. | ||
+ | * OS: BitLocker, verify enabled, backup restore key. | ||
+ | * OS: Set up PowerShell profile script. | ||
+ | * Terminal: Defaults > Appearance, Font FiraCode Nerd Font Mono, Font size 10. | ||
+ | * OS: PowerShell: Oh-my-posh set up. | ||
+ | * Git: Set up settings. | ||
+ | * AHK: Set up auto load & new bin location. | ||
+ | * OS: Desktops set up. | ||
+ | * OS: Language & regional set up. | ||
+ | * Visual Studio: Install desktop dev. | ||
+ | * Visual Studio: Extensions. | ||
+ | * Install Microsoft Office. | ||
+ | * OS: Taskbar, Visual Studio, run as admin. | ||
+ | * Install Paint.net. | ||
+ | * Anki: Set up & sync. | ||
+ | * OneCommander: | ||
+ | * OS: Set up backups. | ||
+ | * OS: Set up start up apps. | ||
+ | * Visual Studio: Set up snippets. | ||
+ | * OS: Set up screen saver to keep Vanta happy: | ||
+ | * Screen saver: (None) | ||
+ | * Wait: 60 | ||
+ | * On resume: ✔ | ||
===== Application Install ===== | ===== Application Install ===== | ||
Line 15: | Line 72: | ||
winget install --id ' | winget install --id ' | ||
winget install --id ' | winget install --id ' | ||
- | winget install --id JanDeDobbeleer.OhMyPosh -s winget | + | winget install --id 'JanDeDobbeleer.OhMyPosh' |
+ | winget install --id ' | ||
# Browsers | # Browsers | ||
Line 42: | Line 100: | ||
winget install --id ' | winget install --id ' | ||
winget install --id ' | winget install --id ' | ||
+ | |||
+ | # PowerShell modules | ||
+ | Install-Module BurntToast | ||
</ | </ | ||
Line 51: | Line 112: | ||
* LTSpice | * LTSpice | ||
* Fritzing | * Fritzing | ||
+ | |||
+ | ==== Command Line Checks ==== | ||
+ | |||
+ | Open a prompt and check that each of these commands work. Version numbers are as of 22-12-2022 and will obviously change over time. | ||
+ | |||
+ | <code PowerShell> | ||
+ | > dotnet --version | ||
+ | 6.0.404 | ||
+ | > node -v | ||
+ | v19.3.0 | ||
+ | > npm -v | ||
+ | 9.2.0 | ||
+ | > git version | ||
+ | git version 2.39.0.windows.1 | ||
+ | > docker-compose version | ||
+ | Docker Compose version v2.13.0 | ||
+ | </ | ||
===== System Setup ===== | ===== System Setup ===== |
octopus_system_setup.1671661265.txt.gz · Last modified: 2022/12/22 23:21 (external edit)