Skip to content

Lison-Li/script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3bcaf58 · Feb 16, 2021

History

46 Commits
Dec 7, 2019
Feb 15, 2021
May 4, 2020
Feb 6, 2021
Feb 6, 2021
Feb 15, 2021
Jul 21, 2020
Apr 5, 2020
Apr 26, 2020
May 4, 2020
Feb 6, 2021
May 6, 2020
May 6, 2020
Dec 5, 2018
Sep 12, 2020
Feb 9, 2021
Feb 16, 2021

Repository files navigation

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

  • Install ctop
curl -fsSL git.io/ctop.sh | sudo bash
  • 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"

fclone.sh

Install the latest version fclone

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

docker-compose.sh

Install latest version Docker Compose

  • Install Docker Compose
curl -fsSL git.io/docker-compose.sh | sudo bash
  • Uninstall Docker Compose
sudo rm -f /usr/local/bin/docker-compose

lazydocker.sh

Install latest version lazydocker

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

wgcf.sh

Install latest version wgcf

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

wireguard-go.sh

Install latest version wireguard-go

  • Install wireguard-go
curl -fsSL git.io/wireguard-go.sh | sudo bash
  • Uninstall wireguard-go
sudo rm -f /usr/local/bin/wireguard-go

duf.sh

Install latest version duf

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

Lisence

MIT © P3TERX

About

Some shell script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%