Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Goobe7/ll-alias-script

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ll-alias - Global Alias Configuration for Linux

A shell script to globally configure the ll alias (ls -l --color=auto) for all users on Linux systems, including Alpine.

Features

  • Configures ll='ls -l --color=auto' for both bash and ash shells
  • Applies globally to all users
  • Automatically verifies configuration after setup
  • Works on Alpine Linux and standard distributions

Security Notice

NEVER run scripts from the internet without reviewing them first!
This script is open source, but always check the code before executing:
View source on GitHub

Quick Installation

# Download, review, then execute
curl -fsSL https://raw.githubusercontent.com/Goobe7/ll-alias-script/main/setup-ll-alias.sh > setup-ll-alias.sh
nano setup-ll-alias.sh  # Review the script content
sudo bash setup-ll-alias.sh
wget https://raw.githubusercontent.com/Goobe7/ll-alias-script/main/setup-ll-alias.sh
chmod +x setup-ll-alias.sh
sudo ./setup-ll-alias.sh
# One-line execution
curl -fsSL https://raw.githubusercontent.com/Goobe7/ll-alias-script/main/setup-ll-alias.sh | sudo bash
# One-line execution
wget -qO- https://raw.githubusercontent.com/Goobe7/ll-alias-script/main/setup-ll-alias.sh | sudo bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.