Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugojosefson/ubuntu-install-scripts
Install scripts for various things I like to install on a fresh Ubuntu virtual machine.
https://github.com/hugojosefson/ubuntu-install-scripts
install-script pop-os popos shell ubuntu
Last synced: 29 days ago
JSON representation
Install scripts for various things I like to install on a fresh Ubuntu virtual machine.
- Host: GitHub
- URL: https://github.com/hugojosefson/ubuntu-install-scripts
- Owner: hugojosefson
- License: mit
- Created: 2014-02-11T20:48:58.000Z (almost 11 years ago)
- Default Branch: ubuntu-22.04
- Last Pushed: 2023-04-21T21:59:49.000Z (over 1 year ago)
- Last Synced: 2024-09-17T01:21:45.117Z (4 months ago)
- Topics: install-script, pop-os, popos, shell, ubuntu
- Language: TypeScript
- Homepage:
- Size: 727 KB
- Stars: 14
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install scripts, for Ubuntu
_Install scripts for various things I like to install on a fresh Ubuntu virtual
machine._Do note, that most settings are for how I like them inside virtual machines, so
not likely to be appropriate for your main install! Happy testing!## Download and run
This will download into `./ubuntu-install-scripts-ubuntu-22.04/`, and show you
the usage/help text:```bash
wget -qO- https://github.com/hugojosefson/ubuntu-install-scripts/archive/refs/heads/ubuntu-22.04.tar.gz | tar xz
sudo ./ubuntu-install-scripts-ubuntu-22.04/src/cli.ts
```> Do note that usually, during the first run, you will be asked to try again
> after having restarted Gnome.
>
> If so, please **log out** and **log in**, or restart the VM. Then run the same
> command again.
>
> This is because Gnome doesn't pick up installed extensions when installing
> them via `gnome-extensions install` until the next time it starts. After that,
> we can apply settings for the newly installed extensions.