This repo is intended to be consumed by dotter to configure machines.
The following installation guides can be followed to configure a new machine.
Run the following script to configure apt
packages.
sudo apt update && sudo apt upgrade -y
apt install build-essential procps curl file git
Install the following components.
Run the following script to add additional packages.
brew install starship
Create a SSH key with the following command and add it to GitHub.
ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519
Configure Windows with the following changes.
- Enable developer mode
- Turn Windows features on
- Telnet Client
- Virtual Machine Platform
- Windows Subsystem for Linux
- Turn optional features off
- OpenSSH
Install the following components.
Create a SSH key with the following command and add it to GitHub.
ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519