-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
119 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
tldr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|