(this is work-in-progress)
(only on Windows;)
Admin-priviledged PowerShell, then;
Get-Service -Name ssh-agent | Set-Service -StartupType Manual
Start-Service ssh-agent
Any PowerShell;
ssh-add c:/Users/Sinan/.ssh/id_rsa
Then;
vagrant up
vagrant ssh
# hack away...
# iterate on vagrant scripts with:
vagrant destroy
Needed software:
https://www.virtualbox.org/wiki/Linux_Downloads
https://developer.hashicorp.com/vagrant/downloads
https://github.com/ryanoasis/nerd-fonts
- Use shallow clone from step 5
- Install script from step 3
- (for Windows) put alacritty.toml into
%APPDATA%/alacritty/alacritty.toml
. Create the directory if it does not exist.
brew install coreutils
is required for gdate replacement to date
see bash/aliases_and_functions.bashrc
for a list of aliases.
My setup. Efficiency of keystrokes (less friction) and portability (low long-tail friction) are priorities.