This is a repository containing some handy dandy bash (.sh
) scripts you can use in your daily Linux life.
From installers to utilities, it might very well be in here.
Here are some of the scripts I've uploaded to this repository:
A one-command installer for afetch
(vyxxr/afetch) that downloads and installs afetch
for you.
🚀 You can run this script directly from your terminal with this command:
wget -qO - https://cutt.ly/fEoKu8Q | sudo bash
A one-command installer for pfetch
(dylanaraps/pfetch) that downloads and installs pfetch
for you.
🚀 You can run this script directly from your terminal with this command:
wget -qO - https://cutt.ly/AEoGNbu | sudo bash
A simple program that tells you if you have internet or not, using ping
.
🚀 Run this command to install this utility:
wget -qO - https://cutt.ly/eRX3q0B | sudo bash