Compare commits
No commits in common. "05fe3770f4e70ecafa5bc838ebcf93093b96f600" and "9ac06f1421622651a38a5d8bbdbcbdfb80c2968b" have entirely different histories.
05fe3770f4
...
9ac06f1421
|
@ -1,9 +1,7 @@
|
||||||
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"
|
||||||
|
|
||||||
|
|
|
@ -23,8 +23,7 @@
|
||||||
"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": {
|
||||||
|
@ -84,7 +83,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": "Jedi",
|
"python.languageServer": "Pylance",
|
||||||
"python.linting.enabled": true,
|
"python.linting.enabled": true,
|
||||||
"python.linting.flake8Enabled": false,
|
"python.linting.flake8Enabled": false,
|
||||||
"python.linting.mypyEnabled": true,
|
"python.linting.mypyEnabled": true,
|
||||||
|
@ -136,8 +135,6 @@
|
||||||
// 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",
|
||||||
|
@ -161,7 +158,7 @@
|
||||||
"editor.tabSize": 4
|
"editor.tabSize": 4
|
||||||
},
|
},
|
||||||
"[rust]": {
|
"[rust]": {
|
||||||
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
"editor.defaultFormatter": "matklad.rust-analyzer",
|
||||||
"editor.detectIndentation": false,
|
"editor.detectIndentation": false,
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
|
|
|
@ -2,5 +2,3 @@ title="mpv"
|
||||||
volume="25"
|
volume="25"
|
||||||
volume-max="150"
|
volume-max="150"
|
||||||
geometry="1280x720+50%+50%"
|
geometry="1280x720+50%+50%"
|
||||||
loop-playlist="inf"
|
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
AddKeysToAgent yes
|
|
Loading…
Reference in New Issue