mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
feat(install): Script to automate application installation
- Install all required applications to setup a personal machine with just a single command - TODO: Some applications, available only with ppa aren't yet configured to be installed. Next time.
This commit is contained in:
9
common/.luarc.json
Normal file
9
common/.luarc.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"diagnostics.globals": [
|
||||
"vim"
|
||||
],
|
||||
"diagnostics.disable": [
|
||||
"deprecated",
|
||||
"undefined-doc-name"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user