enggnr

Results 51 comments of enggnr
trafficstars

@ProfessorManhattan, the javascript code [here](https://gist.github.com/lancethomps/a5ac103f334b171f70ce2ff983220b4f) is able to clear notifications. There are other applescript code in that gist but none of those worked for me (Ventura). Save the javascript code...

@ProfessorManhattan, this file is not found anymore and bash-it is installed using `run_after_20-post-install.sh`. Does this need troubleshooting?

This is fixed in https://github.com/megabyte-labs/install.doctor/commit/72e62bc25b7ebbbd8e428b19295fd17b468cd257.

> mason.nvim has not been set up. Make sure to set up 'mason' before 'mason-lspconfig'. :h mason-lspconfig-quickstart` It was caused by the presence of `.config/npm/config/npm-init.js` file. Removing this fixed the...

@ProfessorManhattan, this has been addressed. Problem was caused by the file `dot_config/npm/config/npm-init.js`. I was not able to find what this file does, I've removed that file and `dot_config/npm/favourites.yml`. If these...

> We need to figure out the proper command to add to the `astronvim` section in the `software.yml` file that currently reads: `_post: bash -ci "nvim --headless -c 'quitall'"` This...

Yes. Tested on MacOS and Ubuntu.

Hi @ProfessorManhattan, I have added the documentation and included the Icon to the branch. These files are needed for the POST script to complete successfully. Please include these files (along...

Added script based installation of `auth-plugin` https://github.com/megabyte-labs/install.doctor/commit/9b541a0e2a4c54bf8ad0dfcf7e4bdf025db68a80.

@ProfessorManhattan, a token was manually added to the secrets to configure Gitlab runner. It was using the now deprecated method of registering runners. This change needs just the Gitlab API...