summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-06 17:07:49 -0500
committerMarc Coquand <marc@mccd.space>2024-05-06 17:07:49 -0500
commit80b95fcaab9149466e656430eb4c0041e28ee455 (patch)
treec9161d0815b3f81cea9f522891ee148bb5f427af /config
downloadrcm-80b95fcaab9149466e656430eb4c0041e28ee455.tar.gz
rcm-80b95fcaab9149466e656430eb4c0041e28ee455.tar.bz2
rcm-80b95fcaab9149466e656430eb4c0041e28ee455.zip
Initial commit
Diffstat (limited to 'config')
-rw-r--r--config/foot/foot.ini35
l---------config/hikari/autostart1
l---------config/hikari/hikari.conf1
-rw-r--r--config/msmtp/config20
l---------config/nix/nix.conf1
5 files changed, 58 insertions, 0 deletions
diff --git a/config/foot/foot.ini b/config/foot/foot.ini
new file mode 100644
index 0000000..c2d851f
--- /dev/null
+++ b/config/foot/foot.ini
@@ -0,0 +1,35 @@
+pad=4x4
+font=Iosevka Term Curly:size=14
+line-height=20
+underline-thickness=1px
+underline-offset=4px
+box-drawings-uses-font-glyphs=yes
+
+[cursor]
+blink=true
+style=beam
+beam-thickness=2px
+
+[colors]
+foreground=101010 # Text
+background=F6F5F4 # Base
+regular0=202020 # Surface 1
+regular1=FF0000 # red
+regular2=10a778 # green
+regular3=8F925B # yellow
+regular4=008ec4 # blue
+regular5=FF0000 # pink
+regular6=523b78 # teal
+regular7=d9d9d9 # Subtext 1
+bright0=f0f0f0 # Surface 2
+bright1=FF0000 # red
+bright2=5ed5ae # green
+bright3=f3e42f # yellow
+bright4=20bafb # blue
+bright5=FF0000 # pink
+
+bright6=6854de # teal
+bright7=FFFFFF # Subtext 0
+
+[url]
+osc8-underline=always
diff --git a/config/hikari/autostart b/config/hikari/autostart
new file mode 120000
index 0000000..0857bea
--- /dev/null
+++ b/config/hikari/autostart
@@ -0,0 +1 @@
+/gnu/store/d108g5q9n5kjfa7i9crxlnah4j9my5rc-home-dotfiles--config-hikari-autostart \ No newline at end of file
diff --git a/config/hikari/hikari.conf b/config/hikari/hikari.conf
new file mode 120000
index 0000000..539275c
--- /dev/null
+++ b/config/hikari/hikari.conf
@@ -0,0 +1 @@
+/gnu/store/lvfjw6yzjbk7s7pq8wf6n44yq4wdzclq-home-dotfiles--config-hikari-hikari-conf \ No newline at end of file
diff --git a/config/msmtp/config b/config/msmtp/config
new file mode 100644
index 0000000..fbb78f5
--- /dev/null
+++ b/config/msmtp/config
@@ -0,0 +1,20 @@
+defaults
+auth on
+tls on
+tls_trust_file /etc/ssl/certs/ca-certificates.crt
+logfile ~/.msmtp.log
+
+account work
+host smtp.gmail.com
+port 587
+user marc@baemingo.com
+from marc@baemingo.com
+passwordeval pass baemingo/gmail
+
+account home
+tls_starttls off
+host smtp.fastmail.com
+port 465
+user marcc@fastmail.fr
+from marc@mccd.space
+passwordeval pass fastmail/marcc
diff --git a/config/nix/nix.conf b/config/nix/nix.conf
new file mode 120000
index 0000000..b63d7ee
--- /dev/null
+++ b/config/nix/nix.conf
@@ -0,0 +1 @@
+/gnu/store/f8y5nfi3ldsczd08h96nrjyq36f55dn7-home-dotfiles--config-nix-nix-conf \ No newline at end of file