Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
fdkgenie authored May 15, 2024
1 parent 4e14317 commit 6c970e3
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions _posts/2024-05-15-tips-and-trick-on-macos-part-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,25 @@ Bài viết gom nhặt tạm một số mẹo và thủ thuật khi làm việc

1. Cài đặt PATH
- Với shell mặc định zshrc: mở file .zshrc trong thư mục làm việc gốc ($HOME)
+ Chạy lệnh: nano $HOME/.zshrc
+ Thêm các dòng lệnh export:
+ Chạy lệnh: nano $HOME/.zshrc
+ Thêm các dòng lệnh export:

export CPATH=/opt/homebrew/include
export LIBRARY_PATH=/opt/homebrew/lib
export PATH=$PATH:$HOME/LMGC/rockable-folked/INSTALL

+ Tạo alias:
<pre><code>
+ Tạo alias:


alias rrun="rockable"
alias rsee="see"
alias rclean="rrun -c"
alias rcleana="rclean && rm *.tga"
alias rrock="rrun input.txt && rsee"
</code></pre>


- Với shell khác...

2. Cài đặt package với homebrew

3. ...

0 comments on commit 6c970e3

Please sign in to comment.