Skip to content

Commit 2540a5d

Browse files
committed
Merge branch 'master' of https://github.com/felipecrs/dotfiles into pkgxv2
2 parents cae6e5e + 5e864a6 commit 2540a5d

5 files changed

Lines changed: 14 additions & 3 deletions

File tree

root/.chezmoiexternal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{{ end }}
2828

2929
{{ if .is_gnome }}
30-
"usr/share/keyrings/vscode-archive-keyring.gpg":
30+
"usr/share/keyrings/microsoft.gpg":
3131
type: file
3232
url: "https://packages.microsoft.com/keys/microsoft.asc"
3333
filter:

root/.chezmoiignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ if not .is_gnome }}
2-
etc/apt/sources.list.d/vscode.list
2+
etc/apt/sources.list.d/vscode.sources
33
etc/apt/sources.list.d/google-chrome.list
44
{{ end }}
55

root/.chezmoiremove

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ usr/share/keyrings/kubic-archive-keyring.gpg
1010
usr/local/bin/git-credential-manager-core
1111
usr/local/share/gcm-core
1212

13+
# Migrated to vscode.sources and microsoft.gpg
14+
etc/apt/sources.list.d/vscode.list
15+
usr/share/keyrings/vscode-archive-keyring.gpg
16+
1317
# These files are known to be installed by Docker Desktop and they
1418
# conflict with the ones installed by APT.
1519
usr/local/lib/docker/cli-plugins/docker-buildx

root/etc/apt/sources.list.d/vscode.list.tmpl

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
2+
# You may comment out this entry, but any other modifications may be lost.
3+
Types: deb
4+
URIs: https://packages.microsoft.com/repos/code
5+
Suites: stable
6+
Components: main
7+
Architectures: amd64,arm64,armhf
8+
Signed-By: /usr/share/keyrings/microsoft.gpg

0 commit comments

Comments
 (0)