Compare commits
5 Commits
9ac06f1421
...
05fe3770f4
Author | SHA1 | Date |
---|---|---|
Bauke | 05fe3770f4 | |
Bauke | a3aaf6e202 | |
Bauke | 2572b15265 | |
Bauke | 2423d9bd44 | |
Bauke | 15771b6a43 |
|
@ -1,7 +1,9 @@
|
|||
alias c.="codium ."
|
||||
alias cat="bat"
|
||||
alias ls="exa"
|
||||
alias mgs="mgitstatus"
|
||||
alias o="xdg-open"
|
||||
alias ssh="kitty +kitten ssh"
|
||||
alias trash="gio trash"
|
||||
alias youtube-dl="yt-dlp"
|
||||
|
||||
|
|
|
@ -23,7 +23,8 @@
|
|||
"extensions.ignoreRecommendations": true,
|
||||
/* VS Code files settings. */
|
||||
"files.associations": {
|
||||
"*.sql": "sql"
|
||||
"*.sql": "sql",
|
||||
"*.yml": "yaml"
|
||||
},
|
||||
"files.eol": "\n",
|
||||
"files.exclude": {
|
||||
|
@ -83,7 +84,7 @@
|
|||
"markdown-preview-enhanced.previewTheme": "github-dark.css",
|
||||
// Python (ID: ms-python.python)
|
||||
"python.formatting.provider": "black",
|
||||
"python.languageServer": "Pylance",
|
||||
"python.languageServer": "Jedi",
|
||||
"python.linting.enabled": true,
|
||||
"python.linting.flake8Enabled": false,
|
||||
"python.linting.mypyEnabled": true,
|
||||
|
@ -135,6 +136,8 @@
|
|||
// TODO Tree (ID: gruntfuggly.todo-tree).
|
||||
"todo-tree.filtering.useBuiltInExcludes": "file excludes",
|
||||
"todo-tree.highlights.enabled": false,
|
||||
// Redhat
|
||||
"redhat.telemetry.enabled": false
|
||||
/* Language-specific overrides. */
|
||||
"[html]": {
|
||||
"editor.wordWrap": "on",
|
||||
|
@ -158,7 +161,7 @@
|
|||
"editor.tabSize": 4
|
||||
},
|
||||
"[rust]": {
|
||||
"editor.defaultFormatter": "matklad.rust-analyzer",
|
||||
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
||||
"editor.detectIndentation": false,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.tabSize": 2,
|
||||
|
|
|
@ -2,3 +2,5 @@ title="mpv"
|
|||
volume="25"
|
||||
volume-max="150"
|
||||
geometry="1280x720+50%+50%"
|
||||
loop-playlist="inf"
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
AddKeysToAgent yes
|
Loading…
Reference in New Issue