diesdas
This commit is contained in:
parent
5416b5f13f
commit
f15953587a
4 changed files with 12 additions and 0 deletions
|
|
@ -13,6 +13,8 @@
|
||||||
okular
|
okular
|
||||||
xournalpp
|
xournalpp
|
||||||
evolution
|
evolution
|
||||||
|
zoom-us
|
||||||
|
pdfpc
|
||||||
|
|
||||||
# text publishing
|
# text publishing
|
||||||
libreoffice
|
libreoffice
|
||||||
|
|
|
||||||
|
|
@ -113,6 +113,12 @@
|
||||||
updateInterval = 24 * 60 * 60 * 1000;
|
updateInterval = 24 * 60 * 60 * 1000;
|
||||||
definedAliases = [ "@lg" ];
|
definedAliases = [ "@lg" ];
|
||||||
};
|
};
|
||||||
|
"Urban Dictionary" = {
|
||||||
|
urls = [{ template = "https://www.urbandictionary.com/define.php?term={searchTerms}"; }];
|
||||||
|
iconUpdateURL = "https://www.urbandictionary.com/favicon-32x32.png";
|
||||||
|
updateInterval = 24 * 60 * 60 * 1000;
|
||||||
|
definedAliases = [ "@ud" ];
|
||||||
|
};
|
||||||
"Leo" = {
|
"Leo" = {
|
||||||
urls = [{ template = "https://dict.leo.org/englisch-deutsch/{searchTerms}"; }];
|
urls = [{ template = "https://dict.leo.org/englisch-deutsch/{searchTerms}"; }];
|
||||||
iconUpdateURL = "https://dict.leo.org/img/favicons/ende-32.png";
|
iconUpdateURL = "https://dict.leo.org/img/favicons/ende-32.png";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
{
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
top = "btm --battery";
|
top = "btm --battery";
|
||||||
linkbox = "ln -s (pwd) ~/box/";
|
linkbox = "ln -s (pwd) ~/box/";
|
||||||
|
|
@ -19,6 +20,7 @@
|
||||||
showc = "chromium-browser -app=https://user.uni-frankfurt.de/~tstraube/c/";
|
showc = "chromium-browser -app=https://user.uni-frankfurt.de/~tstraube/c/";
|
||||||
castget = "castget -prvC ~/.config/castget/castget.conf";
|
castget = "castget -prvC ~/.config/castget/castget.conf";
|
||||||
castsync = "rsync -va --remove-source-files --progress --stats ~/.local/share/podcasts/ /run/media/till/CLIP\\ JAM/Podcasts/";
|
castsync = "rsync -va --remove-source-files --progress --stats ~/.local/share/podcasts/ /run/media/till/CLIP\\ JAM/Podcasts/";
|
||||||
|
musicsync = "rsync -va --progress --stats ~/media/music/sync/ /run/media/till/CLIP\\ JAM/Music/";
|
||||||
cb = "cd $(sed 's|^file://||' /home/till/.config/gtk-3.0/bookmarks | fzf --height 10% --reverse)";
|
cb = "cd $(sed 's|^file://||' /home/till/.config/gtk-3.0/bookmarks | fzf --height 10% --reverse)";
|
||||||
univpn = "secret-tool lookup server uni-frankfurt.de account tstraube | sudo openconnect --config=/home/till/.config/openconnect/config --passwd-on-stdin";
|
univpn = "secret-tool lookup server uni-frankfurt.de account tstraube | sudo openconnect --config=/home/till/.config/openconnect/config --passwd-on-stdin";
|
||||||
v = "nvim";
|
v = "nvim";
|
||||||
|
|
@ -43,6 +45,7 @@
|
||||||
function pod --description 'Full service podcast refresh'
|
function pod --description 'Full service podcast refresh'
|
||||||
castget
|
castget
|
||||||
udisksctl mount -b /dev/disk/by-label/CLIP\\x20JAM
|
udisksctl mount -b /dev/disk/by-label/CLIP\\x20JAM
|
||||||
|
musicsync
|
||||||
castsync
|
castsync
|
||||||
udisksctl unmount -b /dev/disk/by-label/CLIP\\x20JAM
|
udisksctl unmount -b /dev/disk/by-label/CLIP\\x20JAM
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,7 @@
|
||||||
openssl
|
openssl
|
||||||
gnupg
|
gnupg
|
||||||
urlscan
|
urlscan
|
||||||
|
ripmime
|
||||||
|
|
||||||
# office
|
# office
|
||||||
khal
|
khal
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue