An open API service indexing awesome lists of open source software.

https://github.com/pythoncoderunicorn/linuxhub

my repo for Linux scripts and files
https://github.com/pythoncoderunicorn/linuxhub

Last synced: 7 days ago
JSON representation

my repo for Linux scripts and files

Awesome Lists containing this project

README

          

# LinuxHub

my repo for Linux scripts and files

### distro based aliases

- `~/.bashrc`

OpenSUSE
```
alias zyp='sudo zypper install';
alias zyps='zypper search';
```

Arch
```
alias pac='sudo pacman -Syu';
alias pacs='pacman search';
```