Skip to content

Commit

Permalink
feat: packages
Browse files Browse the repository at this point in the history
  • Loading branch information
binotaliu committed Jan 10, 2021
1 parent 9b7c274 commit aa2c7ed
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Packages/Composer
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
laravel/installer
laravel/vapor-cli
friendsofphp/php-cs-fixer
psy/psysh

39 changes: 39 additions & 0 deletions Packages/Homebrew
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
age
aria2
composer
deno
dnsmasq
gh
gifsicle
git
git-lfs
gnupg
gnutls
htop
hub
imxieyi/waifu2x/waifu2x
jpegoptim
mackup
macvim
mailhog
mas
minio/stable/minio
n
neofetch
nginx
opencc
optipng
p7zip
percona-server
percona-toolkit
php
pinentry-mac
pngquant
redis
sl
svgo
thefuck
wget
zlib
zstd

24 changes: 24 additions & 0 deletions Packages/HomebrewCasks
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apparition47/tap/mailtrackerblocker
cheatsheet
discord
docker
eloston-chromium
github
gnupg
hazeover
homebrew/cask-fonts/font-sarasa-gothic
homebrew/cask-fonts/font-source-han-sans
hyper
iina
insomnia
kap
keka
libreoffice
phpstorm
protonmail-bridge
refined-github-safari
squirrel
tor-browser
visual-studio-code
zerotier-one

25 changes: 25 additions & 0 deletions Packages/Mas
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
538511880 Spider (1.1.2)
539883307 LINE (6.5.2)
640199958 Developer (8.4)
409183694 Keynote (10.3.8)
1463298887 Userscripts (2.2.1)
1278508951 Trello (2.11.7)
747648890 Telegram (7.3)
1335413823 Ka-Block! (3.4)
1482454543 Twitter (8.48)
1496833156 Playgrounds (3.4)
1449412482 Reeder (4.2.8)
497799835 Xcode (12.3)
409203825 Numbers (10.3.5)
409201541 Pages (10.3.5)
1352778147 Bitwarden (1.23.0)
425121147 Timetable (9.1.3)
1516894961 Codye (1.1.3)
1037126344 Apple Configurator 2 (2.13.3)
1024640650 CotEditor (4.0.1)
803453959 Slack (4.12.0)
1423210932 Flow (2.3.1)
1145215534 Kelir (1.5)
1160374471 PiPifier (1.2.4)
1436522307 Transmit (5.7.1)

2 changes: 2 additions & 0 deletions Packages/Npm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tldr

24 changes: 24 additions & 0 deletions Packages/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
add tap for age:

brew tap filippo.io/age https://filippo.io/age


install for homebrew:

cat Homebrew | xargs brew install
cat HomebrewCasks | xargs brew install --cask

install for Mas (Mac App Store):

cut -d ' ' -f1 Mas | xargs mas install

----

CGR:

composer global require consolidation/cgr --ignore-platform-reqs
cat Composer | xargs cgr --ignore-platform-reqs

Npm:
cat Npm | xargs npm install --global

0 comments on commit aa2c7ed

Please sign in to comment.