Skip to content

Commit

Permalink
Add new packages for install (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
topher200 authored Apr 23, 2024
1 parent e3f6832 commit fcca5e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-slow-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -37,6 +36,7 @@ sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y \
unp \
unzip \
wget \
wmdocker \
xclip \
xsel

Expand Down

0 comments on commit fcca5e4

Please sign in to comment.