{"id":34692427,"url":"https://github.com/sabamdarif/simple-linux-scripts","last_synced_at":"2025-12-24T22:01:01.512Z","repository":{"id":181578215,"uuid":"648757050","full_name":"sabamdarif/simple-linux-scripts","owner":"sabamdarif","description":"A useful collection of automation scripts for Linux","archived":false,"fork":false,"pushed_at":"2025-07-19T17:49:02.000Z","size":103,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-19T20:59:52.620Z","etag":null,"topics":["fedora","fedora-basic-setup","fedora-first-time-setup","libadwaita-theme-changer","oh-my-zsh","oh-my-zsh-theme","script-for-linux","termux","termux-zsh","zsh","zsh-install"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sabamdarif.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-06-02T18:26:35.000Z","updated_at":"2025-07-19T17:49:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"936e4137-7bab-4b23-8696-4bf9de7e79f8","html_url":"https://github.com/sabamdarif/simple-linux-scripts","commit_stats":null,"previous_names":["sabamdarif/short-linux-scripts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sabamdarif/simple-linux-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabamdarif%2Fsimple-linux-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabamdarif%2Fsimple-linux-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabamdarif%2Fsimple-linux-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabamdarif%2Fsimple-linux-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sabamdarif","download_url":"https://codeload.github.com/sabamdarif/simple-linux-scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabamdarif%2Fsimple-linux-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28010308,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["fedora","fedora-basic-setup","fedora-first-time-setup","libadwaita-theme-changer","oh-my-zsh","oh-my-zsh-theme","script-for-linux","termux","termux-zsh","zsh","zsh-install"],"created_at":"2025-12-24T22:00:31.785Z","updated_at":"2025-12-24T22:01:01.506Z","avatar_url":"https://github.com/sabamdarif.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install-zsh\n\n\u003cb\u003eThis script automates the installation of oh-my-zsh, zsh-autosuggestion, and customizes the terminal look like Kali terminal on any distribution and also in Termux.\u003c/b\u003e\n\n## Steps\n\n- \u003cb\u003eInstall wget, zsh and git first\u003c/b\u003e\n\u003e apt install wget git zsh -y\n\n```bash\nwget https://raw.githubusercontent.com/sabamdarif/simple-linux-scripts/main/install-zsh.sh \u0026\u0026 bash install-zsh.sh\n```\n# Fedora (Gnome) Basic Setup\n\n\u003cb\u003eA simple script to make some basic setup in freshly install fedora, like:-\u003c/b\u003e\n- Install all basic drivers , multimedia codecs \n- Enable RPM Fusion\n- Enable colored Emojis \n- Enable Bluetooth Battery \n- Install and setup zsh , zsh-syntax-highlight , zsh-autosuggestion\n- Fix cursor size issue \n- Enable extrem battry saver (for laptop)\n- Change clock time format to 12h \n- Enable fractional scaling\n- Enable new window always launch in center\n- Fix browsers shortcut adding issue\n- You can change volume steps\n- Install some usefull extension :-\n  - AppIndicator and KStatusNotifierItem Support by 3v1n0\n  - Bluetooth Quick Connect by Extensions Valhalla\n  - Blur my Shell by aunetx\n  - Bring Out Submenu Of Power Off Button by PRATAP PANABAKA\n  - Caffeine by eon\n  - Clipboard Indicator by Tudmotu\n  - Compiz alike magic lamp effect by hermes83\n  - Compiz windows effect by hermes83\n  - Coverflow Alt-Tab by dsheeler\n  - Dash to Dock by michele_g\n  - Emoji Copy by FelipeFTN\n  - Expandable Notifications by oklacity\n  - Gnome 4x UI Improvements by AXP\n  - GSConnect by dlandau\n  - Hide Top Bar by tuxor1337\n  - Night Theme Switcher by rmnvgr\n  - OSD Volume Number by Deminder\n  - Removable Drive Menu by fmuellner\n  - Search Light by icedman\n  - Tiling Assistant by Leleat\n  - ransparent Window Moving by Noobsai\n  - User Themes by fmuellner\n  - Vitals by corecoding\n  \u003cbr\u003e\n\n```bash\nwget https://raw.githubusercontent.com/sabamdarif/simple-linux-scripts/main/fedora-basic-setup.sh \u0026\u0026 bash fedora-basic-setup.sh\n```\n\n# Libadwaita Theme Changer\n\n\u003cb\u003eA simple script to change Libadwaita theme\u003c/b\u003e\n\n```bash\nwget https://raw.githubusercontent.com/sabamdarif/short-linux-scripts/main/libadwaita-theme-changer.sh \u0026\u0026 bash libadwaita-theme-changer.sh\n```\n# Start ssh in termux\n\n- \u003cb\u003eInstall `openssh` first\u003c/b\u003e\n\u003e pkg install openssh -y\n\n```bash\nwget https://raw.githubusercontent.com/sabamdarif/simple-linux-scripts/main/termux-ssh \u0026\u0026 chmod +x termux-ssh \u0026\u0026 ./termux-ssh\n```\n- `./termux-ssh` To setup password and start ssh\n- `./termux-ssh start` To only start ssh\n- `./termux-ssh stop` To stop ssh\n\n# Better termux\n\n\u003cb\u003eMake termux terminal better\u003c/b\u003e\n\n```bash\nwget https://raw.githubusercontent.com/sabamdarif/simple-linux-scripts/main/better-termux.sh \u0026\u0026 bash better-termux.sh\n```\n- setup zsh with systax highltght and autosuggestion\n- add new font\n- add new home page\n- add new color scheme\n- change apt with nala\n- change cat with bat\n- change neofetch with fastfetch\n- change ls with eza (with icons)\n- change cd with zoxide\n- add option to easily start and stop ssh\n- SPECIAL COMMAND:-\n  - extract: to extract any archive\n  - ftext:  Searches for text in all files in the current folder\n  - cpg: Copy and go to the directory\n  - mvg: Move and go to the directory\n  - mkdirg: Create and go to the directory\n\n# Rum\n\n\u003cb\u003eSwitch between multiple versions of wine and prefixes via a simple bash script\u003c/b\u003e\n\n## Uses\n`rum \u003cabsolute-path-to-wine-build\u003e \u003c/path/to/wineprefix\u003e \u003cwine|winetricks|command\u003e [args...]`\n\n- Ex:- `rum /home/arif/Downloads/caffe-10.8 /home/arif/.wine winecfg`\n\n```bash\nwget -O $HOME/.local/bin/rum https://raw.githubusercontent.com/sabamdarif/simple-linux-scripts/main/rum \u0026\u0026 chmod +x $HOME/.local/bin/rum\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabamdarif%2Fsimple-linux-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsabamdarif%2Fsimple-linux-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabamdarif%2Fsimple-linux-scripts/lists"}