From: root Date: Thu, 1 Aug 2019 13:52:46 +0000 (+0200) Subject: daily autocommit X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=a6f9828154db8090b44c31f4a67a2c3a6d24d8fb;p=zenbook daily autocommit --- diff --git a/.etckeeper b/.etckeeper index 9694277..9c1f9e3 100755 --- a/.etckeeper +++ b/.etckeeper @@ -605,6 +605,7 @@ maybe chmod 0644 'apt/sources.list.d/teamviewer.list.save' maybe chmod 0644 'apt/sources.list.d/teejee2008-ubuntu-ppa-bionic.list' maybe chmod 0644 'apt/sources.list.d/teejee2008-ubuntu-ppa-bionic.list.distUpgrade' maybe chmod 0644 'apt/sources.list.d/teejee2008-ubuntu-ppa-bionic.list.save' +maybe chmod 0644 'apt/sources.list.d/vscode.list' maybe chmod 0644 'apt/sources.list.d/webupd8team-ubuntu-java-xenial.list' maybe chmod 0644 'apt/sources.list.d/webupd8team-ubuntu-java-xenial.list.distUpgrade' maybe chmod 0644 'apt/sources.list.d/webupd8team-ubuntu-java-xenial.list.save' @@ -627,6 +628,7 @@ maybe chmod 0644 'apt/trusted.gpg.d/bumblebee_ubuntu_stable.gpg' maybe chmod 0644 'apt/trusted.gpg.d/ethereum_ubuntu_ethereum.gpg' maybe chmod 0644 'apt/trusted.gpg.d/graphics-drivers_ubuntu_ppa.gpg' maybe chmod 0644 'apt/trusted.gpg.d/linphone_ubuntu_release.gpg' +maybe chmod 0644 'apt/trusted.gpg.d/microsoft.gpg' maybe chmod 0644 'apt/trusted.gpg.d/mozillateam_ubuntu_firefox-next.gpg' maybe chmod 0644 'apt/trusted.gpg.d/openscad_ubuntu_releases.gpg' maybe chmod 0644 'apt/trusted.gpg.d/privacyidea_ubuntu_privacyidea-dev.gpg' diff --git a/apt/sources.list.d/vscode.list b/apt/sources.list.d/vscode.list new file mode 100644 index 0000000..b5c7f93 --- /dev/null +++ b/apt/sources.list.d/vscode.list @@ -0,0 +1,3 @@ +### THIS FILE IS AUTOMATICALLY CONFIGURED ### +# You may comment out this entry, but any other modifications may be lost. +deb [arch=amd64] http://packages.microsoft.com/repos/vscode stable main diff --git a/apt/trusted.gpg.d/microsoft.gpg b/apt/trusted.gpg.d/microsoft.gpg new file mode 100644 index 0000000..0cffae0 Binary files /dev/null and b/apt/trusted.gpg.d/microsoft.gpg differ diff --git a/mailcap b/mailcap index 20d655d..e2ca648 100644 --- a/mailcap +++ b/mailcap @@ -177,6 +177,9 @@ x-content/video-dvd; brasero --video %s; test=test -n "$DISPLAY" x-content/video-vcd; brasero --video %s; test=test -n "$DISPLAY" x-content/video-svcd; brasero --video %s; test=test -n "$DISPLAY" x-content/image-picturecd; brasero --video %s; test=test -n "$DISPLAY" +x-scheme-handler/vscode; /usr/share/code/code --open-url %s; test=test -n "$DISPLAY" +text/plain; /usr/share/code/code --new-window %s; test=test -n "$DISPLAY" +inode/directory; /usr/share/code/code --new-window %s; test=test -n "$DISPLAY" application/sla; /usr/bin/cura %s; test=test -n "$DISPLAY" application/vnd.ms-3mfdocument; /usr/bin/cura %s; test=test -n "$DISPLAY" application/prs.wavefront-obj; /usr/bin/cura %s; test=test -n "$DISPLAY"