https://github.com/thomiceli/...
.files
https://github.com/thomiceli/...
Last synced: 2 months ago
JSON representation
.files
- Host: GitHub
- URL: https://github.com/thomiceli/...
- Owner: thomiceli
- Created: 2019-10-25T18:08:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T09:15:25.000Z (over 3 years ago)
- Last Synced: 2025-01-16T10:32:32.115Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 347 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## brew
```
brew tap Homebrew/bundle
brew bundle dump
brew bundle
```
## pacman
```
pacman -S - < pacman.txt
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
yay -S - < pacman.txt
```