2024-12-12 16:10:22 +01:00
|
|
|
ssh_server_port: 22
|
|
|
|
ssh_server_sign_host_keys: false
|
|
|
|
ssh_server_auth_password_authentication: "yes"
|
2024-11-13 09:45:54 +01:00
|
|
|
|
|
|
|
flatpak_apps:
|
2024-12-26 15:40:31 +01:00
|
|
|
- com.brave.Browser
|
2024-11-13 09:45:54 +01:00
|
|
|
- "com.chatterino.chatterino/{{ ansible_architecture }}/stable"
|
|
|
|
- com.discordapp.Discord
|
|
|
|
- com.spotify.Client
|
|
|
|
# - net.ankiweb.Anki
|
|
|
|
- org.gnome.DejaDup
|
|
|
|
- org.mozilla.Thunderbird
|
|
|
|
# - org.raspberrypi.rpi-imager
|
|
|
|
- org.telegram.desktop
|
|
|
|
# - org.x.Warpinator
|
|
|
|
- org.flameshot.Flameshot
|
2024-12-30 12:39:50 +01:00
|
|
|
|
|
|
|
editor_vscode_extensions:
|
|
|
|
# C/C++
|
|
|
|
- bazelbuild.vscode-bazel
|
|
|
|
- ms-vscode.cmake-tools
|
|
|
|
- ms-vscode.cpptools
|
|
|
|
- ms-vscode.cpptools-extension-pack
|
|
|
|
- ms-vscode.cpptools-themes
|
|
|
|
- twxs.cmake
|
|
|
|
|
|
|
|
# C#
|
|
|
|
- ms-dotnettools.csdevkit
|
|
|
|
- ms-dotnettools.csharp
|
|
|
|
- ms-dotnettools.vscode-dotnet-runtime
|
|
|
|
- ms-dotnettools.vscodeintellicode-csharp
|
|
|
|
|
|
|
|
# Deno
|
|
|
|
- denoland.vscode-deno
|
|
|
|
|
|
|
|
# Go
|
|
|
|
- golang.go
|
|
|
|
|
|
|
|
# Hare
|
|
|
|
- adotinthevoid.hare-highlighting
|
|
|
|
|
|
|
|
# Java
|
|
|
|
- redhat.java
|
|
|
|
- vscjava.vscode-gradle
|
|
|
|
- vscjava.vscode-java-debug
|
|
|
|
- vscjava.vscode-java-dependency
|
|
|
|
- vscjava.vscode-java-pack
|
|
|
|
- vscjava.vscode-java-test
|
|
|
|
- vscjava.vscode-maven
|
|
|
|
|
|
|
|
# Kotlin
|
|
|
|
- mathiasfrohlich.kotlin
|
|
|
|
|
|
|
|
# Python
|
|
|
|
- charliermarsh.ruff
|
|
|
|
- ms-python.debugpy
|
|
|
|
- ms-python.python
|
|
|
|
- ms-python.vscode-pylance
|
|
|
|
- ms-toolsai.jupyter
|
|
|
|
- ms-toolsai.jupyter-keymap
|
|
|
|
- ms-toolsai.jupyter-renderers
|
|
|
|
- ms-toolsai.vscode-jupyter-cell-tags
|
|
|
|
- ms-toolsai.vscode-jupyter-slideshow
|
|
|
|
|
|
|
|
# Rust
|
|
|
|
- rust-lang.rust-analyzer
|
|
|
|
|
|
|
|
# Swift
|
|
|
|
- sswg.swift-lang
|
|
|
|
- vadimcn.vscode-lldb
|
|
|
|
|
|
|
|
# Zig
|
|
|
|
- ziglang.vscode-zig
|
|
|
|
|
|
|
|
# Git
|
|
|
|
- eamodio.gitlens
|
|
|
|
|
|
|
|
# Themes
|
|
|
|
- akamud.vscode-theme-onedark
|
|
|
|
- akamud.vscode-theme-onelight
|
|
|
|
- alexandernanberg.horizon-theme-vscode
|
|
|
|
- atomiks.moonlight
|
|
|
|
- avidworks.vampiro
|
|
|
|
- catppuccin.catppuccin-vsc
|
|
|
|
- ddiu8081.moegi-theme
|
|
|
|
- dracula-theme.theme-dracula
|
|
|
|
- enkia.tokyo-night
|
|
|
|
- fabiospampinato.vscode-monokai-night
|
|
|
|
- github.github-vscode-theme
|
|
|
|
- gnhuy91.theme-oceanicnext-sublime
|
|
|
|
- ibmlover.oxocarbon
|
|
|
|
- keifererikson.nightfox
|
|
|
|
- liviuschera.noctis
|
|
|
|
- mcagampan.dark-horizon
|
|
|
|
- ms-vscode.theme-tomorrowkit
|
|
|
|
- mvllow.rose-pine
|
|
|
|
- sdras.night-owl
|
|
|
|
- teabyii.ayu
|
|
|
|
- tomphilbin.gruvbox-themes
|
|
|
|
- vincentfiestada.cold-horizon-vscode
|
|
|
|
- zhuangtongfa.material-theme
|
|
|
|
|
|
|
|
# Misc
|
|
|
|
- asciidoctor.asciidoctor-vscode
|
|
|
|
- cs50.vscode-presentation-mode
|
|
|
|
- danielgjackson.auto-dark-mode-windows
|
|
|
|
- editorconfig.editorconfig
|
|
|
|
- ms-vscode-remote.remote-containers
|
|
|
|
- tamasfe.even-better-toml
|
|
|
|
- unifiedjs.vscode-mdx
|
|
|
|
- vscodevim.vim
|
|
|
|
|
|
|
|
# Where does this come from?
|
|
|
|
- visualstudioexptteam.intellicode-api-usage-examples
|
|
|
|
- visualstudioexptteam.vscodeintellicode
|