Browse Source

Secrets

main
Yigit Colakoglu 4 years ago
parent
commit
9613638429
4 changed files with 53 additions and 1 deletions
  1. +4
    -1
      config/.gitignore
  2. +11
    -0
      config/msmtp/config
  3. +20
    -0
      config/spotifyd/spotifyd.conf
  4. +18
    -0
      config/vdirsyncer/config

+ 4
- 1
config/.gitignore View File

@ -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


+ 11
- 0
config/msmtp/config View File

@ -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

+ 20
- 0
config/spotifyd/spotifyd.conf View File

@ -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"

+ 18
- 0
config/vdirsyncer/config View File

@ -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"]

Loading…
Cancel
Save