remove vscode/codium
This commit is contained in:
parent
24ca0e9623
commit
d378b89139
5 changed files with 0 additions and 161 deletions
|
@ -1,27 +0,0 @@
|
|||
vscode:
|
||||
extensions:
|
||||
- 42crunch.vscode-openapi
|
||||
- aaron-bond.better-comments
|
||||
- asvetliakov.vscode-neovim
|
||||
- biomejs.biome
|
||||
- catppuccin.catppuccin-vsc
|
||||
- catppuccin.catppuccin-vsc-icons
|
||||
- codeium.codeium
|
||||
- darkriszty.markdown-table-prettify
|
||||
- dart-code.dart-code
|
||||
- dart-code.flutter
|
||||
- eamodio.gitlens
|
||||
- editorconfig.editorconfig
|
||||
- icrawl.discord-vscode
|
||||
- jebbs.plantuml
|
||||
- naumovs.color-highlight
|
||||
- oven.bun-vscode
|
||||
- prisma.prisma
|
||||
- redhat.vscode-yaml
|
||||
- rust-lang.rust-analyzer
|
||||
- shan.code-settings-sync
|
||||
- tamasfe.even-better-toml
|
||||
- wix.vscode-import-cost
|
||||
- yzane.markdown-pdf
|
||||
- yzhang.markdown-all-in-one
|
||||
|
|
@ -1,95 +0,0 @@
|
|||
afetch
|
||||
alsa-firmware
|
||||
alsa-utils
|
||||
aspell
|
||||
aspell-en
|
||||
aspell-fr
|
||||
base
|
||||
base-devel
|
||||
bat
|
||||
bluez-utils
|
||||
catppuccin-gtk-theme-mocha
|
||||
discord
|
||||
dunst
|
||||
emacs
|
||||
fd
|
||||
feh
|
||||
filezilla
|
||||
firefox
|
||||
fish
|
||||
fwupd
|
||||
fzf
|
||||
git
|
||||
greetd
|
||||
greetd-tuigreet
|
||||
grim
|
||||
gtk2
|
||||
gtk4
|
||||
hyprland
|
||||
inotify-tools
|
||||
intel-ucode
|
||||
keychain
|
||||
kitty
|
||||
lf
|
||||
lightly-qt
|
||||
linux
|
||||
linux-firmware
|
||||
lvm2
|
||||
lxappearance
|
||||
man-db
|
||||
neovim
|
||||
network-manager-applet
|
||||
networkmanager
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
openssh
|
||||
pamixer
|
||||
papirus-icon-theme
|
||||
paru
|
||||
pass
|
||||
pass-otp
|
||||
passff-host
|
||||
pavucontrol
|
||||
plymouth
|
||||
polkit-kde-agent
|
||||
poppler-glib
|
||||
pulseaudio
|
||||
pulseaudio-alsa
|
||||
pulseaudio-bluetooth
|
||||
qt5ct
|
||||
qt6-wayland
|
||||
rclone
|
||||
reflector
|
||||
runelite
|
||||
slurp
|
||||
sof-firmware
|
||||
sof-tools
|
||||
spotify-launcher
|
||||
stow
|
||||
swayidle
|
||||
swaylock-effects
|
||||
texlive-basic
|
||||
texlive-bibtexextra
|
||||
texlive-fontsextra
|
||||
texlive-formatsextra
|
||||
texlive-games
|
||||
texlive-humanities
|
||||
texlive-latexextra
|
||||
texlive-mathscience
|
||||
texlive-music
|
||||
texlive-pictures
|
||||
texlive-pstricks
|
||||
texlive-publishers
|
||||
ttf-fira-code
|
||||
ttf-font-awesome
|
||||
udiskie
|
||||
udisks2
|
||||
unzip
|
||||
vi
|
||||
waybar
|
||||
wl-clipboard
|
||||
wofi
|
||||
zip
|
||||
zsh
|
||||
zsh-antidote
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
{{ range .vscode.extensions }}
|
||||
codium --install-extension {{ . | quote }} --force &
|
||||
{{ end }}
|
||||
|
||||
wait
|
|
@ -1,7 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
ORG_FILE="{{ joinPath .chezmoi.sourceDir "private_dot_emacs.d/config.org" }}"
|
||||
|
||||
mkdir -p "$(dirname "$TANGLED_FILE")"
|
||||
|
||||
emacs --batch -l org --eval "(org-babel-tangle-file \"$ORG_FILE\")"
|
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
"workbench.colorTheme": "Catppuccin Frappé",
|
||||
"workbench.iconTheme": "catppuccin-frappe",
|
||||
"editor.fontSize": 16,
|
||||
"editor.fontFamily": "monospace, Fira Code",
|
||||
"terminal.integrated.fontSize": 16,
|
||||
"editor.minimap.enabled": false,
|
||||
"extensions.experimental.affinity": {
|
||||
"asvetliakov.vscode-neovim": 1
|
||||
},
|
||||
"git.confirmSync": false,
|
||||
"git.autofetch": true,
|
||||
"editor.formatOnSave": true,
|
||||
"[typescript]": {
|
||||
"editor.defaultFormatter": "biomejs.biome"
|
||||
},
|
||||
"redhat.telemetry.enabled": true,
|
||||
"[markdown]": {
|
||||
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
|
||||
},
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'calt', 'dlig'",
|
||||
"editor.wordWrap": "wordWrapColumn",
|
||||
"git.suggestSmartCommit": false,
|
||||
}
|
Loading…
Reference in a new issue