From 9613638429a1bffe4226a2a7783c8d89b3c5bfdf Mon Sep 17 00:00:00 2001 From: Yigit Colakoglu Date: Tue, 6 Apr 2021 23:37:27 +0300 Subject: [PATCH] Secrets --- config/.gitignore | 5 ++++- config/msmtp/config | 11 +++++++++++ config/spotifyd/spotifyd.conf | 20 ++++++++++++++++++++ config/vdirsyncer/config | 18 ++++++++++++++++++ 4 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 config/msmtp/config create mode 100644 config/spotifyd/spotifyd.conf create mode 100644 config/vdirsyncer/config diff --git a/config/.gitignore b/config/.gitignore index 968cf4a3..e319ed0d 100644 --- a/config/.gitignore +++ b/config/.gitignore @@ -20,7 +20,7 @@ !gtk-4.0/** !htop !htop/** -!isync +!isync/** !lf !lf/** !mimeapps.list @@ -31,6 +31,7 @@ !nvim !nvim/** !msmtp +!msmtp/** !mutt !mutt/** !ncmpcpp @@ -51,6 +52,7 @@ !readline !readline/** !spotifyd +!spotifyd/** !surf !surf/** !tmate @@ -58,6 +60,7 @@ !tmux !tmux/** !vdirsyncer +!vdirsyncer/** !vim !vim/** !wgetrc diff --git a/config/msmtp/config b/config/msmtp/config new file mode 100644 index 00000000..39237f87 --- /dev/null +++ b/config/msmtp/config @@ -0,0 +1,11 @@ +account yigitcolakoglu@hotmail.com +host smtp.office365.com +port 587 +from yigitcolakoglu@hotmail.com +user yigitcolakoglu@hotmail.com +passwordeval "pass show AppPass/microsoft.com/yigitcolakoglu@hotmail.com" +auth on +tls on +tls_trust_file /etc/ssl/certs/ca-certificates.crt +logfile /home/yigit/.config/msmtp/msmtp.log + diff --git a/config/spotifyd/spotifyd.conf b/config/spotifyd/spotifyd.conf new file mode 100644 index 00000000..4bd214ae --- /dev/null +++ b/config/spotifyd/spotifyd.conf @@ -0,0 +1,20 @@ +[global] +username = "ygtclk1" +password_cmd = "pass show Entertainment/spotify.com/ygtclk1" + +use_mpris = true +backend = "pulseaudio" +volume_controller = "alsa" + +device_name = "Tatooine" + +bitrate = 160 +cache_path = "/home/yigit/.cache/spotifyd" + +initial_volume = "90" + +volume_normalisation = true + +normalisation_pregain = -10 + +device_type = "speaker" diff --git a/config/vdirsyncer/config b/config/vdirsyncer/config new file mode 100644 index 00000000..8e6cb87a --- /dev/null +++ b/config/vdirsyncer/config @@ -0,0 +1,18 @@ +[general] +status_path = "~/.cache/vsync-status/" + +[pair nextcloud_contacts] +a = "nx_contacts_local" +b = "nx_contacts_remote" +collections = ["from a", "from b"] + +[storage nx_contacts_local] +type = "filesystem" +path = "~/.local/share/card/contacts" +fileext = ".vcf" + +[storage nx_contacts_remote] +type = "carddav" +url = "https://drive.yigitcolakoglu.com/" +username = "yigitcolakoglu" +password.fetch = ["command", "pass", "show", "Server/drive.yigitcolakoglu.com/yigitcolakoglu"]