50 lines
1.2 KiB
Markdown
50 lines
1.2 KiB
Markdown
## Izmir Science High School - Computer Lab Setup Script
|
|
> Install prerequisites, applications, tools; set up configs etc.
|
|
|
|
### Download & Install
|
|
```bash
|
|
wget -qO- https://raw.githubusercontent.com/asandikci/iflbot-setup/main/install.sh | bash <(cat) </dev/tty
|
|
```
|
|
|
|
### Features
|
|
- Auto MEB Certificate Installation
|
|
- Install Prerequisites for Building C/C++ Code: gcc, g++, build-essential
|
|
- Install Apps: VSCodium, Sublime Text, Xournal++
|
|
- Dark Theme
|
|
- Panel Settings: 28px
|
|
|
|
### Compatibility
|
|
- Pardus 23.0 XFCE
|
|
|
|
### LICENSE
|
|
- GNU GPLv3+
|
|
|
|
### TODO
|
|
- [ ] AUTO LOGIN BOT USER
|
|
- [ ] Sublime Build Configs
|
|
|
|
---
|
|
|
|
- [ ] Disable annoying bell sound (in each restart)
|
|
- Firefox
|
|
- [ ] Firefox Change MainPage
|
|
- [ ] Firefox Change Search Engine
|
|
- [ ] Firefox Auto Import Certificate
|
|
- [ ] Firefox Alt+Tab Last Viewed
|
|
|
|
|
|
---
|
|
|
|
- [ ] Sublime Extra Configurations
|
|
- [ ] VSCodium Auto Configurations
|
|
- XFCE General Configurations
|
|
- [ ] Auto Sleep 2H
|
|
- [ ] Auto Dimming 2H
|
|
- [ ] Add Apps to Panel: VSCodium, SublimeText, Firefox, File Explorer
|
|
- [ ] Also Favorite
|
|
|
|
---
|
|
|
|
- [ ] ISSUE: mix 2 config file and resolve sudo issue
|
|
|
|
- [ ] End-of-life after [LabManage](https://git.aliberksandikci.com.tr/asandikci/labmanage) application ready-to-use (WIP/private for now)
|