{"id":44998333,"url":"https://github.com/dreygur/iamlazy","last_synced_at":"2026-02-18T22:02:51.551Z","repository":{"id":41817208,"uuid":"139605645","full_name":"dreygur/iAmLazy","owner":"dreygur","description":"Life is too short to have leisure. I need time for having fun, spend some time with family and friends and obviously for sleeping. So, I have decided to automate whatever I do on `Computer`.  Whatever I can skip doing myself by writing a script will be stored here.","archived":false,"fork":false,"pushed_at":"2023-11-16T07:08:43.000Z","size":10149,"stargazers_count":12,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-17T07:23:50.517Z","etag":null,"topics":["automation","bash","linux","python","xubuntu"],"latest_commit_sha":null,"homepage":"https://dreygur.js.org/iAmLazy/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dreygur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-07-03T15:46:11.000Z","updated_at":"2023-11-17T11:49:06.000Z","dependencies_parsed_at":"2023-11-16T08:26:31.630Z","dependency_job_id":"fee66ccc-14d8-4dc4-a36e-01b9f176bd35","html_url":"https://github.com/dreygur/iAmLazy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dreygur/iAmLazy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreygur%2FiAmLazy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreygur%2FiAmLazy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreygur%2FiAmLazy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreygur%2FiAmLazy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dreygur","download_url":"https://codeload.github.com/dreygur/iAmLazy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreygur%2FiAmLazy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29596333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T20:59:56.587Z","status":"ssl_error","status_checked_at":"2026-02-18T20:58:41.434Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","bash","linux","python","xubuntu"],"created_at":"2026-02-18T22:02:51.367Z","updated_at":"2026-02-18T22:02:51.541Z","avatar_url":"https://github.com/dreygur.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Help me to be 'Lazy' [![Build Status](https://travis-ci.org/dreygur/iAmLazy.svg?branch=master)](https://travis-ci.org/dreygur/iAmLazy)\n\n\u003e I am too much lazy and also love to experiment with code\nor my system. So, the system usually goes wrong and I need to\nreinstall it. But after the installing process finishes, my job starts.\nI always have to customize and install the packages mannually.\nAnd it takes time from the reserved time for my sleep.\n_So, I somehow managed to write the scripts and helped me to be lazy_\n\n## Don't take it serious. It's my collection of codes that I've write for many different reasons\n\n### Requirements:\n\n* Python 3.5 or above (_'python3 --version'_)\n* pip 3 (_'sudo apt install python3-pip \u0026\u0026 pip3 --version'_)\n* LSB Release Info (_'pip3 install lsb_release'_)\n* Patient\n* Brain\n\n### I will make a list and update it as I write a new one or modify.\n\n* Favourite Package Installer (_It will install the packages I like most for my linux distro_)\n\n### How-To:\n* `python3 Python/Favourite\\ Packages\\ Installer.py` installs my favourite packages on debian based distro\n* `python3 Python/Install\\ Themes.py` configures my XFCE4-de as I like to use\n* `python3 Python/Config\\ vscode\\ for\\ me.py` installs the plugins I use on my Visual Studio Code\n* `bash git.sh` updates my git repo (The script needs to be located in the responsible repo. Current Location: `Bash/git.sh`)\n* `bash codebloks-installer.sh` installs Code::Blocks IDE (As I was learning C on windows so it was needed :smile:. Location: `Bash/codebloks-installer.sh`)\n* `bash xampp_installer.sh` install the famous XAMPP-Server on debian :smile: (Location: `Bash/xampp_installer.sh`)\n* `bash backup.sh` for backing up my installed packages on system (Location: `backup.sh`)\n* `./SMS` it has a long story. To compile: `gcc -c SMS.c -o SMS -l curl`\n* `Windows/Install Common Packages.cmd` Installs some common Packages for my windows machine\n* `Windows/Windows10Debloater.ps1` Script to remove Windows 10 bloatware\n\n### Todo:\n\n* Facebook message autoresponder\n* Write Something in C/C++\n* Try to port the python scripts in Bash\n\n### Done:\n\n- [x] Favourite Package Installer\n- [x] Theme Customizer\n\n### Language Used:\n* Python3\n* Bash\n* JavaScript\n* GoogleScript (JS Ported for Google Suite)\n* Batch (Microsoft tries to port everything they find)\n* C (A little)\n* C++ (Will be added)\n* PHP7 (Will be added)\n\nThat's all... :relaxed:\n\n\n### Acknowledgements\n\n- [Maksudur Rahman Maateen](https://github.com/maateen) - LEMP install script\n- [Richard Newton](https://github.com/Sycnex) - Windows10 Debloater\n\n### Find me on social networks:\n- [Twitter](https://twitter.com/rytotul)\n- [Instagram](https://instagram.com/drreygur)\n- [Facebook](https://facebook.com/dreygur)\n\n:fire: :sleeping: :penguin:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreygur%2Fiamlazy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreygur%2Fiamlazy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreygur%2Fiamlazy/lists"}