https://github.com/linuxsuren/homebrew-linuxsuren
https://github.com/linuxsuren/homebrew-linuxsuren
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxsuren/homebrew-linuxsuren
- Owner: LinuxSuRen
- Created: 2020-12-06T07:28:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-21T03:24:32.000Z (11 months ago)
- Last Synced: 2025-09-10T03:07:07.018Z (6 months ago)
- Language: Ruby
- Size: 126 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-linuxsuren
# For Linux users
It's pretty easy to install brew in Linux. Please see the following commands (or get details from https://brew.sh/):
```
useradd -m linuxbrew
su linuxbrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
test -d ~/.linuxbrew && eval $(~/.linuxbrew/bin/brew shellenv)
test -d /home/linuxbrew/.linuxbrew && eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
test -r ~/.bash_profile && echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.bashrc
echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.bashrc
```
# HTTP downloader
```
brew install linuxsuren/linuxsuren/hd
```
# Git clone faster
```
brew install linuxsuren/linuxsuren/cgit
```
# Docker image puller
[mp](https://github.com/linuxsuren/mirrors/) is a tool which can help you pull Docker image faster.
```
brew install linuxsuren/linuxsuren/mp
```
# KubeSphere CLI
[ks](https://github.com/linuxsuren/ks) is a CLI which makes you type less words when you're working with [KubeSphere](https://github.com/kubesphere/kubesphere).
```
brew install linuxsuren/linuxsuren/ks
```