This commit is contained in:
Brian Zalewski 2022-11-30 01:32:16 -05:00
parent 3c336451af
commit 4bd6aecc8b
2 changed files with 1 additions and 31 deletions

View file

@ -1,30 +0,0 @@
<?xml version="1.0"?>
<!--
** DO NOT EDIT THIS FILE.
** If you make changes to this file while any VirtualBox related application
** is running, your changes will be overwritten later, without taking effect.
** Use VBoxManage or the VirtualBox Manager GUI to make changes.
-->
<VirtualBox xmlns="http://www.virtualbox.org/" version="1.12-linux">
<Global>
<ExtraData>
<ExtraDataItem name="GUI/Details/Elements" value="general,system,preview,display,storage,audio,network,usb,sharedFolders,description"/>
<ExtraDataItem name="GUI/GroupDefinitions/" value="n=GLOBAL"/>
<ExtraDataItem name="GUI/LastItemSelected" value="n=GLOBAL"/>
<ExtraDataItem name="GUI/LastWindowPosition" value="341,164,683,404"/>
<ExtraDataItem name="GUI/SplitterSizes" value="226,456"/>
<ExtraDataItem name="GUI/Toolbar" value="false"/>
<ExtraDataItem name="GUI/Tools/LastItemsSelected" value="Welcome,Details"/>
<ExtraDataItem name="GUI/UpdateCheckCount" value="2"/>
<ExtraDataItem name="GUI/UpdateDate" value="1 d, 2021-12-15, stable, 6.1.30"/>
</ExtraData>
<MachineRegistry/>
<NetserviceRegistry>
<DHCPServers>
<DHCPServer networkName="HostInterfaceNetworking-vboxnet0" IPAddress="192.168.56.100" networkMask="255.255.255.0" lowerIP="192.168.56.101" upperIP="192.168.56.254" enabled="1"/>
</DHCPServers>
</NetserviceRegistry>
<SystemProperties defaultMachineFolder="C:\Users\{{ .user.username }}\.local\virtualbox" defaultHardDiskFormat="VDI" VRDEAuthLibrary="VBoxAuth" webServiceAuthLibrary="VBoxAuth" LogHistoryCount="3" proxyMode="0" exclusiveHwVirt="true"/>
<USBDeviceFilters/>
</Global>
</VirtualBox>

View file

@ -1,6 +1,6 @@
# Hiawatha
This is a decked out dotfiles repository that leverages a handful of technologies including Chezmoi and Ansible.
This is a decked out dotfiles repository that leverages a handful of technologies including Chezmoi and Ansible. It is built to support Archlinux, Fedora, CentOS, Debian, Ubuntu, macOS, and Windows but you may see code that suggests other OSes will be supported as well. It includes themeing (most of the credit going to [Sweet](https://github.com/EliverLara/Sweet)) for KDE / GNOME / apps.
To use these dotfiles and provision your computer with prompts (which can be made headless with environment variables):