{"id":19057174,"url":"https://github.com/p3terx/script","last_synced_at":"2025-04-24T05:20:34.194Z","repository":{"id":42015052,"uuid":"160495711","full_name":"P3TERX/script","owner":"P3TERX","description":"Some shell script","archived":false,"fork":false,"pushed_at":"2022-10-10T01:11:38.000Z","size":95,"stargazers_count":57,"open_issues_count":0,"forks_count":41,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-30T07:12:31.151Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://p3terx.com","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/P3TERX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-05T09:45:10.000Z","updated_at":"2025-03-16T09:43:15.000Z","dependencies_parsed_at":"2023-01-19T17:32:58.595Z","dependency_job_id":null,"html_url":"https://github.com/P3TERX/script","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/P3TERX%2Fscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/P3TERX%2Fscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/P3TERX%2Fscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/P3TERX%2Fscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/P3TERX","download_url":"https://codeload.github.com/P3TERX/script/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250567528,"owners_count":21451452,"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","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":[],"created_at":"2024-11-08T23:53:42.850Z","updated_at":"2025-04-24T05:20:34.177Z","avatar_url":"https://github.com/P3TERX.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Some script\n\n## rcloned\n\nLinux automatically mount any of [Rclone](https://rclone.org/)'s cloud storage systems as a file system with FUSE\n\n[Read the details in my blog (in Chinese) | 中文教程](https://p3terx.com/archives/linux-vps-uses-rclone-to-mount-network-drives-such-as-onedrive-and-google-drive.html)\n\n## tmate.sh\n\nInstall the latest version [tmate](https://github.com/tmate-io/tmate)\n\n- Install tmate\n```\ncurl -fsSL git.io/tmate.sh | bash\n```\n\n- Uninstall tmate\n```\n[sudo] rm -f /usr/local/bin/tmate\n```\n\n## oh-my-tmux.sh\n\nInstall [Oh My Tmux](https://github.com/gpakosz/.tmux)\n\n```\ncurl -fsSL git.io/oh-my-tmux.sh | bash\n```\n\n## oh-my-zsh.sh\n\nInstall a simple [Oh-My-Zsh](https://github.com/ohmyzsh/ohmyzsh) environment using [Antigen](https://github.com/zsh-users/antigen)\n\n```\ncurl -fsSL git.io/oh-my-zsh.sh | bash\n```\n\n## bashtop.sh\n\nInstall the latest version [bashtop](https://github.com/aristocratos/bashtop)\n\n- Download \u0026 Install bashtop\n```\ncurl -fsSL git.io/bashtop.sh | bash\ncurl -fsSL git.io/bashtop.sh | bash -s install\n```\n\n- Uninstall bashtop\n```\n[sudo] rm -f /usr/local/bin/bashtop\n```\n\n## gotop.sh\n\nInstall the latest version [gotop](https://github.com/xxxserxxx/gotop)\n\n- Install gotop\n```\ncurl -fsSL git.io/gotop.sh | sudo bash\n```\n\n- Uninstall gotop\n```\nsudo rm -f /usr/local/bin/gotop\n```\n\n## ctop.sh\n\nInstall the latest version [ctop](https://github.com/bcicen/ctop)\n\n- Install ctop\n```\ncurl -fsSL git.io/ctop.sh | sudo bash\n```\n\n- Uninstall ctop\n```\nsudo rm -f /usr/local/bin/ctop\n```\n\n## ffsend.sh\n\nInstall the latest version [ffsend](https://github.com/timvisee/ffsend)\n\n- Download \u0026 Install ffsend\n```\ncurl -fsSL git.io/ffsend.sh | bash\ncurl -fsSL git.io/ffsend.sh | bash -s install\n```\n\n- Uninstall ffsend\n```\n[sudo] rm -f /usr/local/bin/ffsend\n```\n\n## github-actions-trigger.sh\n\nGitHub Actions trigger script\n\nSee details：[GitHub Actions Docs: Events that trigger workflows](https://help.github.com/en/actions/reference/events-that-trigger-workflows#external-events-repository_dispatch)\n\n```\nsh \u003c(curl -fsSL git.io/trigger.sh) \"TOKEN\" \"REPO_NAME\" \"EVENT_TYPE\"\n```\n\n## fclone.sh\n\nInstall the latest version [fclone](https://github.com/mawaya/rclone/releases/latest)\n\n- Install fclone\n```\ncurl -fsSL git.io/fclone.sh | bash\n```\n\n- Uninstall fclone\n```\n[sudo] rm -f /usr/bin/fclone\n```\n\n## docker-compose.sh\n\nInstall latest version [Docker Compose](https://github.com/docker/compose)\n\n- Install Docker Compose\n```\ncurl -fsSL git.io/docker-compose.sh | sudo bash\n```\n\n- Uninstall Docker Compose\n```\nsudo rm -f /usr/local/bin/docker-compose\n```\n\n## lazydocker.sh\n\nInstall latest version [lazydocker](https://github.com/jesseduffield/lazydocker)\n\n- Install lazydocker\n```\ncurl -fsSL git.io/lazydocker.sh | sudo bash\n```\n\n- Uninstall lazydocker\n```\nsudo rm -f /usr/local/bin/lazydocker\n```\n\n## wgcf.sh\n\nInstall latest version [wgcf](https://github.com/ViRb3/wgcf/releases/latest)\n\n- Install wgcf\n```\ncurl -fsSL git.io/wgcf.sh | sudo bash\n```\n\n- Uninstall wgcf\n```\nsudo rm -f /usr/local/bin/wgcf\n```\n\n## wireguard-go.sh\n\nInstall latest version [wireguard-go](https://github.com/P3TERX/wireguard-go-builder/releases/latest)\n\n- Install wireguard-go\n```\ncurl -fsSL git.io/wireguard-go.sh | sudo bash\n```\n\n- Uninstall wireguard-go\n```\nsudo rm -f /usr/local/bin/wireguard-go\n```\n\n## duf.sh\n\nInstall latest version [duf](https://github.com/muesli/duf/releases/latest)\n\n- Install duf\n```\ncurl -fsSL git.io/duf.sh | sudo bash\n```\n\n- Uninstall duf\n```\nsudo rm -f /usr/local/bin/duf\n```\n\n## speedtest-cli.sh\n\nInstall [Ookla Speedtest CLI](https://www.speedtest.net/apps/cli)\n\n- Install Ookla Speedtest CLI\n```\ncurl -fsSL git.io/speedtest-cli.sh | sudo bash\n```\n\n- Uninstall Ookla Speedtest CLI\n```\nsudo rm -f /usr/local/bin/speedtest\n```\n\n## lsd.sh\n\nInstall latest version [LSD](https://github.com/Peltoche/lsd/releases/latest)\n\n- Install lsd\n```\ncurl -fsSL git.io/lsd.sh | sudo bash\n```\n\n- Uninstall lsd\n```\nsudo rm -f /usr/local/bin/lsd\n```\n\n## nali.sh\n\nInstall latest version [Nali](https://github.com/zu1k/nali/releases/latest)\n\n- Install Nali\n```\ncurl -fsSL git.io/nali.sh | sudo bash\n```\n\n- Uninstall Nali\n```\nsudo rm -f /usr/local/bin/nali\n```\n\n## gping.sh\n\nInstall latest version [gping](https://github.com/orf/gping/releases/latest)\n\n- Install gping\n```\ncurl -fsSL git.io/gping.sh | sudo bash\n```\n\n- Uninstall gping\n```\nsudo rm -f /usr/local/bin/gping\n```\n\n## hostname.sh\n\nModify hostname\n\n```\ncurl -fsSL git.io/hostname.sh | sudo bash -s \u003cHOSTNAME\u003e\n```\n\n## cpufetch.sh\n\nInstall latest version [cpufetch](https://github.com/Dr-Noob/cpufetch/releases/latest)\n\n- Install cpufetch\n```\ncurl -fsSL git.io/cpufetch.sh | sudo bash\n```\n\n- Uninstall cpufetch\n```\nsudo rm -f /usr/local/bin/cpufetch\n```\n\n## btop.sh\n\nInstall latest version [btop](https://github.com/aristocratos/btop/releases/latest)\n\n- Install btop\n```\ncurl -fsSL git.io/btop.sh | sudo bash\n```\n\n- Uninstall btop\n```\nsudo rm -f /usr/local/bin/btop\n```\n\n## Lisence\n\n[MIT](https://github.com/P3TERX/script/blob/master/LICENSE) © P3TERX\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp3terx%2Fscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp3terx%2Fscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp3terx%2Fscript/lists"}