https://github.com/pmendelski/ubuntu-essentials
https://github.com/pmendelski/ubuntu-essentials
ubuntu
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmendelski/ubuntu-essentials
- Owner: pmendelski
- Created: 2016-02-21T11:57:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T13:41:54.000Z (over 7 years ago)
- Last Synced: 2025-02-08T13:14:53.291Z (over 1 year ago)
- Topics: ubuntu
- Language: Shell
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Ubuntu essentials
My personal Ubuntu Desktop 18.04 essential packages.
## How to use it
```sh
# Install packages from a single file
./00-system/01-base.sh
# Install all packages
./install.sh
# Install packages from a directory 00-system
./install.sh 00-system
# Install packages starting from a given file
# (good way to restart installation after a failure)
./install.sh -s 00-system/02-editors.sh
# Clean up package managers like apt
./cleanup.sh
```