Skip to content

🤣 personal use for running some shell scripts written in TypeScript in .zshrc with Git version control

Notifications You must be signed in to change notification settings

aqzhyi/oh-my-typescript-zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤣 oh-my-typescript-zsh

Preview

preview

Usage

Tip

choose a tool that can run *.ts files, such as tsx

pnpm i tsx -g

Tip

git clone this repo into your local machine

cd ~/git # for me, I would place any git projects in this directory

git clone git@github.com:aqzhyi/oh-my-typescript-zsh.git # clone this repo

la ~/git/oh-my-typescript-zsh # make sure the project is cloned successfully

Tip

edit the ~/.zshrc file

vi /Users/{username}/.zshrc

Tip

add the following content at the bottom of the file

tsx /Users/{username}/git/oh-my-typescript-zsh/src/templates/showGlobalPackagesVersion.ts

Tip

reload zsh shell

source ~/.zshrc

About

🤣 personal use for running some shell scripts written in TypeScript in .zshrc with Git version control

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published