Skip to content

Lison-Li/script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c11b7c8 · Nov 25, 2022

History

71 Commits
Dec 7, 2019
Sep 28, 2021
May 4, 2020
Sep 28, 2021
Sep 1, 2021
Jul 19, 2021
Jul 19, 2021
Jul 19, 2021
Jul 21, 2020
Apr 5, 2020
Apr 26, 2020
Jul 19, 2021
Jul 19, 2021
Aug 5, 2021
Jul 19, 2021
Jul 19, 2021
Jul 19, 2021
May 6, 2020
May 6, 2020
Dec 5, 2018
Jul 19, 2021
Sep 12, 2020
Nov 25, 2022
Jul 19, 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

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

speedtest-cli.sh

Install Ookla Speedtest CLI

  • Install Ookla Speedtest CLI
curl -fsSL git.io/speedtest-cli.sh | sudo bash
  • Uninstall Ookla Speedtest CLI
sudo rm -f /usr/local/bin/speedtest

lsd.sh

Install latest version LSD

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

nali.sh

Install latest version Nali

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

gping.sh

Install latest version gping

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

hostname.sh

Modify hostname

curl -fsSL git.io/hostname.sh | sudo bash -s <HOSTNAME>

cpufetch.sh

Install latest version cpufetch

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

btop.sh

Install latest version btop

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

Lisence

MIT © P3TERX

About

Some shell script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%