This file contains hidden or 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
; ####################################################################### | |
#x:: { | |
SendText FormatTime(, "yyMMdd") | |
} | |
; ####################################################################### | |
^!g:: { | |
A_Clipboard := "" ; Clear clipboard first to avoid old data |
This file contains hidden or 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
## Installing Winget | |
---------------------------- | |
https://github.com/microsoft/winget-cli/releases | |
## Winget Applications | |
----------------------- | |
Name Id Version Source Type | |
----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
This file contains hidden or 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
# List of Mac Apps HomeBrew | |
## Programming and Command Line | |
### Node | |
- nvm | |
- yarn | |
### Golang | |
- go |