aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-20 20:25:07 +0100
committerYann Herklotz <git@yannherklotz.com>2023-06-28 14:37:15 +0100
commit153b2d35522119f75e9be9c837d3cc917b839ec8 (patch)
tree8db1dc8d2fcd2c6f5c9619a7211bbdf381f1c258
parent13885e75508d63bdceab27f88f67791351112ebb (diff)
downloaddotfiles-153b2d35522119f75e9be9c837d3cc917b839ec8.tar.gz
dotfiles-153b2d35522119f75e9be9c837d3cc917b839ec8.zip
Uni changes
-rw-r--r--gpg/.gnupg/gpg-agent.conf2
-rw-r--r--isync/.mbsyncrc2
-rw-r--r--kitty/.config/kitty/kitty.conf6
-rwxr-xr-xnotmuch/.local/bin/tag-mail2
-rw-r--r--zsh-fish/.zprofile5
5 files changed, 12 insertions, 5 deletions
diff --git a/gpg/.gnupg/gpg-agent.conf b/gpg/.gnupg/gpg-agent.conf
index 8efd845..60261f0 100644
--- a/gpg/.gnupg/gpg-agent.conf
+++ b/gpg/.gnupg/gpg-agent.conf
@@ -1,4 +1,4 @@
-pinentry-program /usr/local/bin/pinentry-mac
enable-ssh-support
default-cache-ttl 360000
max-cache-ttl 360000
+pinentry-program /usr/bin/pinentry-gnome3
diff --git a/isync/.mbsyncrc b/isync/.mbsyncrc
index 2300e57..b78b582 100644
--- a/isync/.mbsyncrc
+++ b/isync/.mbsyncrc
@@ -3,7 +3,7 @@ Host outlook.office365.com
Port 993
User ymh15@ic.ac.uk
SSLType IMAPS
-PassCmd "/Users/ymherklotz/.local/bin/mutt_oauth2.py /Users/ymherklotz/.local/share/mutt_oauth2/tokenfile"
+PassCmd "/home/ymherklotz/.local/bin/mutt_oauth2.py /home/ymherklotz/.local/share/mutt_oauth2/tokenfile"
AuthMechs XOAUTH2
IMAPAccount mailbox
diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf
index cc72d50..10957a4 100644
--- a/kitty/.config/kitty/kitty.conf
+++ b/kitty/.config/kitty/kitty.conf
@@ -24,10 +24,12 @@ bold_italic_font Iosevka YMHG Bold Italic
#: italic_font Operator Mono Book Italic
#: bold_italic_font Operator Mono Medium Italic
-font_size 14.0
+font_size 10.0
#: Font size (in pts)
+text_composition_strategy 2.0 0
+
# force_ltr no
#: kitty does not support BIDI (bidirectional text), however, for RTL
@@ -1165,7 +1167,7 @@ tab_bar_style separator
#: Advanced {{{
-#shell /usr/local/bin/fish
+shell /usr/bin/zsh --login
#: The shell program to execute. The default value of . means to use
#: whatever shell is set as the default shell for the current user.
diff --git a/notmuch/.local/bin/tag-mail b/notmuch/.local/bin/tag-mail
index a906455..172a685 100755
--- a/notmuch/.local/bin/tag-mail
+++ b/notmuch/.local/bin/tag-mail
@@ -1,7 +1,7 @@
#!/bin/bash
date
-/Users/ymherklotz/.local/bin/mbsync imperial mailbox
+mbsync imperial mailbox
notmuch new
diff --git a/zsh-fish/.zprofile b/zsh-fish/.zprofile
index adac3a5..f2e0ddc 100644
--- a/zsh-fish/.zprofile
+++ b/zsh-fish/.zprofile
@@ -16,6 +16,11 @@ export SNPS_LICENSE_FILE=7182@ee-llic01.ee.ic.ac.uk
export MGLS_LICENSE_FILE=1717@ee-llic01.ee.ic.ac.uk
export LM_LICENSE_FILE=2100@ee-llic01.ee.ic.ac.uk:7193@ee-llic01.ee.ic.ac.uk:5280@ee-llic01.ee.ic.ac.uk:7182@ee-llic01.ee.ic.ac.uk:1717@ee-llic01.ee.ic.ac.uk
+export QSYS_ROOTDIR="/mnt/data/tools/intel/QuartusLite/18.1/quartus/sopc_builder/bin"
+export INTELFPGAOCLSDKROOT="/mnt/data/tools/intel/QuartusStandard/19.1/hld"
+
+export MAIL_GPG_KEY=9DD074C7DF101C7B
+
[ -f /usr/local/bin/brew ] && eval "$(/usr/local/bin/brew shellenv)"
[ -f $HOME/.cargo/env ] && source $HOME/.cargo/env
[ -f /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh ] \