Skip to content

Commit

Permalink
macos: fix typos in PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangkaizhao committed Nov 8, 2024
1 parent 4115339 commit dc41882
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions macos/applications.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ IINA (auto update) https://iina.io/
Inkscape https://inkscape.org/
IntelliJ IDEA Community Edition (auto update) https://www.jetbrains.com/idea/
iTerm2 (auto update) https://www.iterm2.com/
JetBrains Toolbox (auto update) https://www.jetbrains.com/toolbox-app/
KeepassXC https://keepassxc.org/
Kindle (auto update) https://www.amazon.com/gp/digital/fiona/kcp-landing-page
kitty https://sw.kovidgoyal.net/kitty/
Expand Down
2 changes: 1 addition & 1 deletion macos/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ set -gx PATH "/opt/programs/lima/bin" $PATH
set -gx PUB_HOSTED_URL "https://mirrors.tuna.tsinghua.edu.cn/dart-pub"
set -gx FLUTTER_STORAGE_BASE_URL "https://mirrors.tuna.tsinghua.edu.cn/flutter"
set -gx FLUTTER_GIT_URL "https://mirrors.tuna.tsinghua.edu.cn/git/flutter-sdk.git"
set -gx PATH "/usr/local/programs/flutter/bin" $PATH
set -gx PATH "/opt/programs/flutter/bin" $PATH

# 2024-10-08 Python
set -gx PATH "/opt/programs/python/bin" $PATH
Expand Down
2 changes: 2 additions & 0 deletions macos/soft-links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
~/bin/code /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code
~/bin/emacs /Applications/Emacs.app/Contents/MacOS/Emacs
~/bin/emacsclient /Applications/Emacs.app/Contents/MacOS/bin/emacsclient
~/bin/iina /Applications/IINA.app/Contents/MacOS/iina-cli
~/bin/mate /Applications/TextMate.app/Contents/MacOS/mate
~/bin/mpv /Applications/mpv.app/Contents/MacOS/mpv
~/bin/racket /Applications/Racket\ v8.13/bin/racket
~/bin/raco /Applications/Racket\ v8.13/bin/raco
~/bin/subl /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl
Expand Down
2 changes: 2 additions & 0 deletions macos/user-binaries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ duckdb ~/bin/duckdb https://duckdb.org/
filebrowser ~/bin/filebrowser https://filebrowser.org/
ftz ~/bin/ftz https://github.com/MasterQ32/ftz
gyro ~/bin/gyro https://github.com/mattnite/gyro
hugo ~/bin/hugo https://gohugo.io/
ivm ~/bin/ivm https://github.com/inko-lang/ivm
loc ~/bin/loc https://github.com/jiacai2050/zigcli/blob/main/src/bin/loc.zig
mdbook ~/bin/mdbook https://github.com/rust-lang/mdBook
Expand All @@ -16,6 +17,7 @@ opam ~/bin/opam https://opam.ocaml.org/
proto ~/bin/proto https://moonrepo.dev/proto
skm ~/bin/skm https://github.com/TimothyYe/skm
typos ~/bin/typos https://github.com/crate-ci/typos
typst ~/bin/typst https://typst.app/
zellij ~/bin/zellij https://zellij.dev/
ziggy ~/bin/ziggy https://github.com/kristoff-it/ziggy
zigmod ~/bin/zigmod https://github.com/nektro/zigmod
Expand Down

0 comments on commit dc41882

Please sign in to comment.