kkkbook / script

Some script

Home Page:https://p3terx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some script

rcloned

Linux automatically mount any of Rclone's cloud storage systems as a file system with FUSE

Read the details in my blog (in Chinese) | 中文教程

tmate.sh

Install the latest version tmate

  • Install tmate
curl -fsSL git.io/tmate.sh | bash
  • Uninstall tmate
[sudo] rm -f /usr/local/bin/tmate

oh-my-tmux.sh

Install Oh My Tmux

curl -fsSL git.io/oh-my-tmux.sh | bash

oh-my-zsh.sh

Install a simple Oh-My-Zsh environment using Antigen

curl -fsSL git.io/oh-my-zsh.sh | bash

bashtop.sh

Install the latest version bashtop

  • Download & Install bashtop
curl -fsSL git.io/bashtop.sh | bash
curl -fsSL git.io/bashtop.sh | bash -s install
  • Uninstall bashtop
[sudo] rm -f /usr/local/bin/bashtop

gotop.sh

Install the latest version gotop

  • Download & Install gotop
curl -fsSL git.io/gotop.sh | bash
curl -fsSL git.io/gotop.sh | bash -s install
  • Uninstall gotop
[sudo] rm -f /usr/local/bin/gotop

ctop.sh

Install the latest version ctop

  • Download & Install ctop
curl -fsSL git.io/ctop.sh | bash
curl -fsSL git.io/ctop.sh | bash -s install
  • Uninstall ctop
[sudo] rm -f /usr/local/bin/ctop

ffsend.sh

Install the latest version ffsend

  • Download & Install ffsend
curl -fsSL git.io/ffsend.sh | bash
curl -fsSL git.io/ffsend.sh | bash -s install
  • Uninstall ffsend
[sudo] rm -f /usr/local/bin/ffsend

github-actions-trigger.sh

GitHub Actions trigger script

See details:GitHub Actions Docs: Events that trigger workflows

sh <(curl -fsSL git.io/trigger.sh) "TOKEN" "REPO_NAME" "EVENT_TYPE"

Lisence

MIT © P3TERX

About

Some script

https://p3terx.com

License:MIT License


Languages

Language:Shell 100.0%