continuous improvement
This commit is contained in:
parent
2fc06ae9df
commit
5a227bfc45
9 changed files with 131 additions and 71 deletions
15
home/R.nix
15
home/R.nix
|
|
@ -20,7 +20,7 @@
|
|||
src = builtins.fetchGit {
|
||||
url = "ssh://git@ktiu.net/home/git/publishR/";
|
||||
ref = "main";
|
||||
rev = "77a3f6d45df1b2d1dbcfd2475a2c67d9fb7cc3dd";
|
||||
rev = "bbf9b785c2a71996afa8ddbb96d00cf76ce18f07";
|
||||
};
|
||||
propagatedBuildInputs = [];
|
||||
nativeBuildInputs = [];
|
||||
|
|
@ -30,11 +30,22 @@
|
|||
src = builtins.fetchGit {
|
||||
url = "ssh://git@ktiu.net/home/git/goethR/";
|
||||
ref = "main";
|
||||
rev = "d7e9c54a3a193979ea4195ac36938aa55cd5360f";
|
||||
rev = "e21aa96dfd410105822ead33b26d9d92bdd0053c";
|
||||
};
|
||||
propagatedBuildInputs = [];
|
||||
nativeBuildInputs = [];
|
||||
};
|
||||
readODS = pkgs.rPackages.buildRPackage {
|
||||
name = "readODS";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "ropensci";
|
||||
repo = "readODS";
|
||||
rev = "011a89f57169d6f7c8796954e2365f0bd9b5765f";
|
||||
sha256 = "1hg8w46l5ifbaifmkmxxdvbamlj7bkadq956fab5063a5yrxfzwm";
|
||||
};
|
||||
propagatedBuildInputs = [xml2 cellranger readr stringi purrr zip];
|
||||
nativeBuildInputs = [];
|
||||
};
|
||||
# readODS = pkgs.rPackages.buildRPackage {
|
||||
# name = "readODS";
|
||||
# src = builtins.fetchGit {
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@
|
|||
okular
|
||||
xournalpp
|
||||
evolution
|
||||
freemind
|
||||
|
||||
# publishing
|
||||
hunspell
|
||||
|
|
@ -91,6 +92,7 @@
|
|||
gimp
|
||||
godot_4
|
||||
scrcpy
|
||||
drawing
|
||||
|
||||
# web
|
||||
qutebrowser
|
||||
|
|
@ -99,6 +101,7 @@
|
|||
mullvad-vpn
|
||||
|
||||
# media
|
||||
bookworm
|
||||
vlc
|
||||
rhythmbox
|
||||
freetube
|
||||
|
|
@ -131,9 +134,12 @@
|
|||
];
|
||||
|
||||
home.shellAliases = {
|
||||
ls = "exa";
|
||||
tree = "exa --tree";
|
||||
v = "nvim";
|
||||
v = "nvim";
|
||||
r = "R --no-save --no-restore";
|
||||
R = "R --no-save --no-restore";
|
||||
cdg = "cd \$(git rev-parse --show-toplevel)";
|
||||
map = "telnet mapscii.me";
|
||||
weather = "curl wttr.in/frankfurt";
|
||||
};
|
||||
|
||||
programs.nix-index = {
|
||||
|
|
|
|||
|
|
@ -8,13 +8,9 @@
|
|||
};
|
||||
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/background" = {
|
||||
picture-uri = "file://" + ./fjord.jpg;
|
||||
};
|
||||
"org/gnome-shell" = {
|
||||
enabled-extensions = [
|
||||
"run-or-raise@edvard.cz"
|
||||
"places-menu@gnome-shell-extensions.gcampax.github.com"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -5,13 +5,8 @@
|
|||
enable = true;
|
||||
interactiveShellInit = "fish_add_path ${config.xdg.dataHome}/npm/packages/bin";
|
||||
shellAliases = {
|
||||
r = "R --no-save --no-restore";
|
||||
R = "R --no-save --no-restore";
|
||||
linkbox = "ln -s (pwd) ~/box/";
|
||||
cdg = "cd \$(git rev-parse --show-toplevel)";
|
||||
rloft = "tmux source-file ~/.config/tmux/rloft.conf";
|
||||
map = "telnet mapscii.me";
|
||||
weather = "curl wttr.in/frankfurt";
|
||||
liftbox = "rsync -vaL --delete ~/box/ tstraube@login.server.uni-frankfurt.de:box/";
|
||||
ktiubox = "rsync -vaL --delete ~/box/ root@ktiu.net:/var/www/html/box/";
|
||||
ymd = "date +'%Y-%m-%d'";
|
||||
|
|
|
|||
|
|
@ -54,9 +54,9 @@ macro index,pager gj "<change-folder>$my_junk<enter><refresh>" "Go to ju
|
|||
macro index,pager gu "<change-folder>~/.local/share/mail/gu/Inbox<enter><refresh>" "Go to GU"
|
||||
# macro index,pager gp "<change-folder>+systemli/IMAP/Inbox<enter><refresh>" "Go to Systemli"
|
||||
# macro index,pager gm "<change-folder>+gmail/IMAP/Inbox<enter><refresh>" "Go to Gmail"
|
||||
# macro index,pager gk "<change-folder>+ks/IMAP/Inbox<enter><refresh>" "Go to KS"
|
||||
macro index,pager gk "<change-folder>~/.local/share/mail/ks/Inbox<enter><refresh>" "Go to KS"
|
||||
macro index,pager gi "<change-folder>~/.local/share/mail/ktiu/Inbox<enter><refresh>" "Go to ktiu"
|
||||
macro index,pager gf "<change-folder>~/.local/share/mail/dkg/Inbox<enter><refresh>" "Go to DKG"
|
||||
# macro index,pager gf "<change-folder>~/.local/share/mail/dkg/Inbox<enter><refresh>" "Go to DKG"
|
||||
|
||||
macro index,pager L "<limit>all\n" "Show all messages (undo limit)"
|
||||
|
||||
|
|
@ -80,5 +80,5 @@ macro index,pager gb \
|
|||
"extract URLs out of a message"
|
||||
|
||||
macro index,pager gO \
|
||||
"<shell-escape>mbsync -ac ~/.config/mbsync/mbsyncrc && notmuch new<enter>" \
|
||||
"<shell-escape>mbsync -a && notmuch new<enter>" \
|
||||
"run mbsync to sync all mail"
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@
|
|||
"signature.txt"
|
||||
config.accounts.email.accounts.ktiu.signature.text
|
||||
}
|
||||
color status yellow default
|
||||
color status green default
|
||||
'';
|
||||
};
|
||||
mbsync.enable = true;
|
||||
|
|
@ -126,49 +126,91 @@
|
|||
};
|
||||
passwordCommand = "secret-tool lookup server shorbut.ktiu.net account till";
|
||||
};
|
||||
dkg = {
|
||||
address = "kontakt@dkg2023.de";
|
||||
realName = "DKG Orga-Team";
|
||||
imap.host = "mail.privateemail.com";
|
||||
smtp.host = "mail.privateemail.com";
|
||||
ks = {
|
||||
address = "kein_schlussstrich_hessen@gmx.de";
|
||||
realName = "Kein Schlussstrich Hessen";
|
||||
imap.host = "imap.gmx.net";
|
||||
smtp.host = "mail.gmx.net";
|
||||
smtp.tls.useStartTls = true;
|
||||
notmuch.enable = true;
|
||||
userName = "helpdesk@dkg2023.de";
|
||||
userName = "kein_schlussstrich_hessen@gmx.de";
|
||||
signature.text = ''
|
||||
DKG '23
|
||||
https://dkg2023.de
|
||||
Kein Schlussstrich Hessen
|
||||
'';
|
||||
signature.showSignature = "append";
|
||||
neomutt = {
|
||||
enable = true;
|
||||
sendMailCommand = "/home/till/.nix-profile/bin/msmtp";
|
||||
extraConfig = ''
|
||||
set my_mbsync_acct='dkg'
|
||||
|
||||
set mbox='+Archive'
|
||||
set my_mbsync_acct='ks'
|
||||
set mbox='+Archives'
|
||||
set my_junk='+Junk'
|
||||
|
||||
set postponed='+Entw&APw-rfe'
|
||||
set record='+Gesendet'
|
||||
set trash='+Gel&APY-scht'
|
||||
set crypt_auto_pgp
|
||||
unset crypt_auto_smime
|
||||
|
||||
unalternates *
|
||||
alternates @dkg2023.de$
|
||||
set reverse_name
|
||||
set my_signature = ${
|
||||
pkgs.writeText
|
||||
"signature.txt"
|
||||
config.accounts.email.accounts.dkg.signature.text
|
||||
config.accounts.email.accounts.ks.signature.text
|
||||
}
|
||||
color status yellow default
|
||||
color status cyan default
|
||||
'';
|
||||
};
|
||||
mbsync.enable = true;
|
||||
msmtp = {
|
||||
enable = true;
|
||||
extraConfig.from = "*@dkg2023.de";
|
||||
extraConfig.from = "kein_schlussstrich_hessen@gmx.de";
|
||||
};
|
||||
passwordCommand = "secret-tool lookup server mail.privateemail.com account helpdesk@dkg2023.de";
|
||||
passwordCommand = "secret-tool lookup server mail.gmx.de account kein_schlussstrich_hessen";
|
||||
};
|
||||
# dkg = {
|
||||
# address = "kontakt@dkg2023.de";
|
||||
# realName = "DKG Orga-Team";
|
||||
# imap.host = "mail.privateemail.com";
|
||||
# smtp.host = "mail.privateemail.com";
|
||||
# smtp.tls.useStartTls = true;
|
||||
# notmuch.enable = true;
|
||||
# userName = "helpdesk@dkg2023.de";
|
||||
# signature.text = ''
|
||||
# DKG '23
|
||||
# https://dkg2023.de
|
||||
# '';
|
||||
# signature.showSignature = "append";
|
||||
# neomutt = {
|
||||
# enable = true;
|
||||
# sendMailCommand = "/home/till/.nix-profile/bin/msmtp";
|
||||
# extraConfig = ''
|
||||
# set my_mbsync_acct='dkg'
|
||||
|
||||
# set mbox='+Archive'
|
||||
# set my_junk='+Junk'
|
||||
|
||||
# set crypt_auto_pgp
|
||||
# unset crypt_auto_smime
|
||||
|
||||
# unalternates *
|
||||
# alternates @dkg2023.de$
|
||||
# set reverse_name
|
||||
# set my_signature = ${
|
||||
# pkgs.writeText
|
||||
# "signature.txt"
|
||||
# config.accounts.email.accounts.dkg.signature.text
|
||||
# }
|
||||
# color status yellow default
|
||||
# '';
|
||||
# };
|
||||
# mbsync.enable = true;
|
||||
# msmtp = {
|
||||
# enable = true;
|
||||
# extraConfig.from = "*@dkg2023.de";
|
||||
# };
|
||||
# passwordCommand = "secret-tool lookup server mail.privateemail.com account helpdesk@dkg2023.de";
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -54,3 +54,10 @@ xnoremap al $o0
|
|||
onoremap <silent> al :normal val<return>
|
||||
xnoremap i% GoggV
|
||||
onoremap <silent> i% :normal vi%<return>
|
||||
|
||||
function CreateNote(title)
|
||||
execute "file ~/notes/" . strftime("%Y-%m-%d") . "_" . join(split(tolower(a:title)), "_") . ".md"
|
||||
execute "set ft=markdown"
|
||||
execute "normal! i" . a:title
|
||||
execute "normal V\<tab>yaml_note\<tab>"
|
||||
endfunction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue