diff --git a/.vscode/LazyAdmin.code-workspace b/.vscode/LazyAdmin.code-workspace new file mode 100644 index 0000000..7a3057b --- /dev/null +++ b/.vscode/LazyAdmin.code-workspace @@ -0,0 +1,40 @@ +{"folders": [ + { + "path": ".." + }, + { + "path": "../../LazyAdmin.gh-pages" + }, +], +"settings": { + "editor.autoClosingComments": "languageDefined", + "editor.autoClosingBrackets": "languageDefined", + "editor.autoClosingDelete": "never", + "files.autoSave": "onFocusChange", + "editor.fontSize": 14, + "editor.fontFamily": "Consolas, 'Courier New', monospace", + "editor.tabSize": 4, + "editor.renderWhitespace": "selection", + "editor.cursorStyle": "line", + "editor.multiCursorModifier": "ctrlCmd", + "editor.insertSpaces": true, + "editor.wordWrap": "off", + "files.exclude": { + "**/.Obsidian": true, + "**/.makemd":true, + "**/.git": true, + "**/.svn": true, + "**/.hg": true, + "**/CVS": true, + "**/.DS_Store": true, + "**/Thumbs.db": true +}, + "search.exclude": { + "**/.makemd":true, + "**/.git": true, + "**/node_modules": true, + "**/bower_components": true, + "**/*.code-search": true + }, +} +} \ No newline at end of file diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..28f81a6 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,13 @@ +{ + "recommendations": [ + "ms-vscode.powershell", + "mechatroner.rainbow-csv", + "unifiedjs.vscode-remark", + "yzhang.markdown-all-in-one", + "aaron-bond.better-comments", + "eamodio.gitlens", + "usernamehw.errorlens", + "sleistner.vscode-fileutils", + "streetsidesoftware.code-spell-checker" + ] +} \ No newline at end of file diff --git a/Readme.md b/Readme.md index 0ff46b7..1e333bc 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,7 @@ # Anotation -This repository contains a number of scripts that I have written or enhanced to make day-to-day life easier for system administators. These are provided for free to the community under an MIT License. An explantion or guide on how to use the scripts can be found on my blog LazyAdmin.nl +This repository contains a number of scripts that I have written or enhanced to make day-to-day life easier for system Administrators. These are provided for free to the community under an MIT License. An explanation or guide on how to use some of the scripts can be found on Origin LazyAdmin.nl # Download the contents of this repository to your workstation. To use a script you can copy it onto your workstation and open the PowerShell window in that location. To read more about running PowerShell scripts, you can read this article: https://lazyadmin.nl/powershell/run-a-powershell-script/ diff --git a/browserslistrc b/browserslistrc new file mode 100644 index 0000000..f7b0acd --- /dev/null +++ b/browserslistrc @@ -0,0 +1,15 @@ +[dev] +last 1 chrome versions +last 1 firefox versions +last 1 safari versions + +[production] +last 2 Firefox versions +last 2 Chrome versions +last 2 Safari versions +last 2 Edge versions +last 1 ios_saf versions +last 1 and_chr versions +last 1 samsung versions + +