Skip to content

Commit

Permalink
[Darwin] M modules/npm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
roblav96 committed Aug 1, 2024
1 parent 98edb9c commit 92de585
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion modules/npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ which typia &>/dev/null || alias typia="npx typia"
which nodemon &>/dev/null || alias nodemon="npx nodemon"
which vercel &>/dev/null || alias vercel="npx vercel"
which jsr &>/dev/null || alias jsr="npx jsr"
which tsx &>/dev/null || alias tsx="npx tsx"
# which tsx &>/dev/null || alias tsx="npx tsx"
which tsx &>/dev/null || alias tsx="node --import tsx"
which firebase &>/dev/null || alias firebase="npx --package=firebase-tools firebase"
which ts-rename-all &>/dev/null || alias ts-rename-all="npx --package=@ts-rename-all/cli ts-rename-all"

Expand Down
2 changes: 1 addition & 1 deletion modules/youtube-dl.rc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--downloader=aria2c
--embed-thumbnail
--force-ipv4
--format-sort=ext,proto
--format-sort=ext,proto,height:480
--ignore-errors
--merge-output-format=mp4
# --remux-video=mp4
Expand Down
1 change: 1 addition & 0 deletions modules/youtube-dl.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
alias youtube-dl="youtube-dl --no-call-home"

alias yt="yt-dlp"
alias ytp=" pueue add -- yt-dlp"
alias ytls="yt --list-formats"

alias sc='yt --output="%(uploader)s/%(uploader)s__%(title)s.%(ext)s" --add-header="$SOUNDCLOUD_OAUTH" --extract-audio'
Expand Down

0 comments on commit 92de585

Please sign in to comment.