From 8f0066f077e003ab80239bba43379e9a6923321b Mon Sep 17 00:00:00 2001 From: Caleb Fultz Date: Sun, 14 Jul 2024 03:16:25 -0400 Subject: [PATCH] added README --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f3df83 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# Ubuntu Server to Desktop + +I started with a base server ISO of Ubuntu 24.04 and used Ansible to configure it into a usable desktop environment. + +## What's it do? + +It runs through the updating of cache, updating base packages, then installs the following: + + - GNOME 3 Desktop + - GNOME Extensions + - git + - nano + - tmux + - rsync + - htop + - python3 + - python3-pip + - build-essential + - fail2ban + - terminator + - flatpak + - gimp + - snapd + - openconnect + - network-manager-openconnect + - network-manager-openconnect-gnome + - calibre + +Once those are installed, I also place Steam and Spotify from ``snap`` and ``flatpak``. + +## Adding dotfiles + +TODO