1
Fork 0

Compare commits

...

5 Commits

Author SHA1 Message Date
Bauke 05fe3770f4
Update miscellaneous settings. 2022-09-24 22:36:23 +02:00
Bauke a3aaf6e202
Add SSH config. 2022-09-20 14:45:17 +02:00
Bauke 2572b15265
Add the Kitty SSH alias. 2022-09-15 18:13:27 +02:00
Bauke 2423d9bd44
Add playlist looping. 2022-09-10 16:15:59 +02:00
Bauke 15771b6a43
Add multi-git-status alias. 2022-09-08 14:56:49 +02:00
4 changed files with 11 additions and 3 deletions

View File

@ -1,7 +1,9 @@
alias c.="codium ." alias c.="codium ."
alias cat="bat" alias cat="bat"
alias ls="exa" alias ls="exa"
alias mgs="mgitstatus"
alias o="xdg-open" alias o="xdg-open"
alias ssh="kitty +kitten ssh"
alias trash="gio trash" alias trash="gio trash"
alias youtube-dl="yt-dlp" alias youtube-dl="yt-dlp"

View File

@ -23,7 +23,8 @@
"extensions.ignoreRecommendations": true, "extensions.ignoreRecommendations": true,
/* VS Code files settings. */ /* VS Code files settings. */
"files.associations": { "files.associations": {
"*.sql": "sql" "*.sql": "sql",
"*.yml": "yaml"
}, },
"files.eol": "\n", "files.eol": "\n",
"files.exclude": { "files.exclude": {
@ -83,7 +84,7 @@
"markdown-preview-enhanced.previewTheme": "github-dark.css", "markdown-preview-enhanced.previewTheme": "github-dark.css",
// Python (ID: ms-python.python) // Python (ID: ms-python.python)
"python.formatting.provider": "black", "python.formatting.provider": "black",
"python.languageServer": "Pylance", "python.languageServer": "Jedi",
"python.linting.enabled": true, "python.linting.enabled": true,
"python.linting.flake8Enabled": false, "python.linting.flake8Enabled": false,
"python.linting.mypyEnabled": true, "python.linting.mypyEnabled": true,
@ -135,6 +136,8 @@
// TODO Tree (ID: gruntfuggly.todo-tree). // TODO Tree (ID: gruntfuggly.todo-tree).
"todo-tree.filtering.useBuiltInExcludes": "file excludes", "todo-tree.filtering.useBuiltInExcludes": "file excludes",
"todo-tree.highlights.enabled": false, "todo-tree.highlights.enabled": false,
// Redhat
"redhat.telemetry.enabled": false
/* Language-specific overrides. */ /* Language-specific overrides. */
"[html]": { "[html]": {
"editor.wordWrap": "on", "editor.wordWrap": "on",
@ -158,7 +161,7 @@
"editor.tabSize": 4 "editor.tabSize": 4
}, },
"[rust]": { "[rust]": {
"editor.defaultFormatter": "matklad.rust-analyzer", "editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.detectIndentation": false, "editor.detectIndentation": false,
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.tabSize": 2, "editor.tabSize": 2,

View File

@ -2,3 +2,5 @@ title="mpv"
volume="25" volume="25"
volume-max="150" volume-max="150"
geometry="1280x720+50%+50%" geometry="1280x720+50%+50%"
loop-playlist="inf"

1
.ssh/config Normal file
View File

@ -0,0 +1 @@
AddKeysToAgent yes