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
- Host: GitHub
- URL: https://github.com/pythoncoderunicorn/linuxhub
- Owner: PythonCoderUnicorn
- Created: 2024-07-13T20:46:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-06T22:35:12.000Z (about 1 year ago)
- Last Synced: 2025-03-11T05:18:02.419Z (10 months ago)
- Language: Shell
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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';
```