Last update: 30-01-2024
Last view: 25-11-2025
Go to your work folder, mine is located at:
F:/Work/EnterpriseName/
And then create a .gitconfig-work with the following data:
| # To be put in ~/.config/helix/languages.toml | |
| # Requires running `hx --grammar fetch` followed by `hx --grammar build` | |
| # which can take some time. | |
| [[grammar]] | |
| name = "uiua" | |
| [grammar.source] | |
| git = "https://github.com/shnarazk/tree-sitter-uiua" | |
| rev = "868b3d672d5622add493437eb7f2ee6956f14ccf" |
| package mycrypto | |
| import ( | |
| "crypto/aes" | |
| "crypto/cipher" | |
| "crypto/rand" | |
| "encoding/base64" | |
| "io" | |
| "time" | |
| ) |
When the shared files on Google Drive is downloaded, it is necessary to change the download method by the file size. The boundary of file size when the method is changed is about 40MB.
filename="### filename ###"
fileid="### file ID ###"
curl -L -o ${filename} "https://drive.google.com/uc?export=download&id=${fileid}"