Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freshollie/ubuntuinstallscripts
The scripts I used to install all the required programs on my Ubuntu installation
https://github.com/freshollie/ubuntuinstallscripts
Last synced: 3 days ago
JSON representation
The scripts I used to install all the required programs on my Ubuntu installation
- Host: GitHub
- URL: https://github.com/freshollie/ubuntuinstallscripts
- Owner: freshollie
- Created: 2016-11-04T21:25:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T15:25:39.000Z (11 months ago)
- Last Synced: 2024-11-11T19:43:10.414Z (2 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UbuntuInstallScripts
## Ubuntu install instructions
These are instructions for future me on installing ubuntu 16.04 on my desktop as a dualboot with windows 10.
1. Load installer
2. When prompted about EUFI choose YES
3. Install
4. Ignore error message
5. Download boot-repair ubuntu (Google it)
6. Run boot repair
7. Click recomended
8. Follow on screen instructions
9. Ignore errors
10. Reboot
11. Boot ubuntu
12. `sudo grub-update`Done. For your future self this has taken too many late nights to work out this process.
## Setup
```bash
sudo apt-get install git
git clone http://github.com/freshollie/UbuntuInstallScripts.git
cd UbuntuInstallScripts
```Usage: `sudo ./setup (desktop || laptop) [work] [wirelessfix]`
E.g. `sudo ./setup desktop wirelessfix`
### Desktop
Install nearly all programs apart from mouse related programs (Chromebook mouse fix)
### Laptop
Doesn't install unneeded programs, mainly spotify
### Work
Doesn't install qbittorrent
## Details
### Installs
- Android Studio
- Visual Code
- Spotify
- Google chrome
- PyCharm
- NotepadQQ
- QbitTorrent
- VLC
- nano
- CodeBlocks
- g++
- Java
- curl
- Variety### Sets up
- Ubuntu task bar position
- Screenshot keybindsings
- Wireless driver fix for my wireless usb
- Android tools to PATH
- Android emulator fixes for x64 ubuntu### Head Hacker settings
```
User-Agentreplace with
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3 GTB5
postfach.me
```