From fcca5e44f89e104abd212753cb19b9998cd0c279 Mon Sep 17 00:00:00 2001 From: Topher Brown <206988+topher200@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:05:04 -0400 Subject: [PATCH] Add new packages for install (#281) --- README.md | 2 +- scripts/install-slow-packages.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3476514..5f0a8610 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ make - run `$ syncthing` and add the remote device. choose 'auto accept' and 'sync default folder' - This includes `secretsrc` - Install SaveDesktop (use Applications app), import saved archive from a different computer -- Install Gnome extensions: https://extensions.gnome.org/local/ +- Install Gnome extensions: `sudo apt install gnome-browser-connector`; https://extensions.gnome.org/local/ - Install vim plugin: open Vim and run `:Copilot setup` - Install VSCode: `$ sudo snap install code --classic` - `sudo apt install gnome-tweaks` (although the tweaks themselves get migrated diff --git a/scripts/install-slow-packages.sh b/scripts/install-slow-packages.sh index c1279010..ab6b855c 100755 --- a/scripts/install-slow-packages.sh +++ b/scripts/install-slow-packages.sh @@ -15,7 +15,6 @@ sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y \ build-essential \ colorized-logs \ curl \ - docker \ fd-find \ file \ flameshot \ @@ -37,6 +36,7 @@ sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y \ unp \ unzip \ wget \ + wmdocker \ xclip \ xsel