added libreoffice

This commit is contained in:
paul-loedige
2024-02-21 10:27:17 +01:00
parent 9ddc3662e1
commit 277f6d8782
2 changed files with 50 additions and 11 deletions
+50 -3
View File
@@ -103,6 +103,12 @@
- [[#telegram][Telegram]] - [[#telegram][Telegram]]
- [[#docker][Docker]] - [[#docker][Docker]]
- [[#libreoffice][LibreOffice]] - [[#libreoffice][LibreOffice]]
- [[#installation-8][Installation]]
- [[#texmaths-extension][TexMaths Extension]]
- [[#writer2latex-extension][Writer2LaTeX Extension]]
- [[#spell-checking][Spell-Checking]]
- [[#hyphenation-rules][Hyphenation Rules]]
- [[#thesaurus][Thesaurus]]
- [[#virtualbox][Virtualbox]] - [[#virtualbox][Virtualbox]]
- [[#utils][Utils]] - [[#utils][Utils]]
- [[#ncdu][NCDU]] - [[#ncdu][NCDU]]
@@ -1349,7 +1355,8 @@ name = 'filemanager'
dropdown_groups_info.append((name, dropdown_groups_info.append((name,
DropDown(name, DropDown(name,
'pcmanfm', 'pcmanfm',
on_focus_lost_hide=False on_focus_lost_hide=False,
opacity=1
), ),
['mod1','control'],'e')) ['mod1','control'],'e'))
#+end_src #+end_src
@@ -2317,6 +2324,7 @@ neovim
#+begin_src conf :tangle pkg-list.txt #+begin_src conf :tangle pkg-list.txt
firefox firefox
#+end_src #+end_src
***
*** TODO Configuration *** TODO Configuration
** Chromium ** Chromium
@@ -3179,7 +3187,39 @@ telegram-desktop
docker docker
docker-compose docker-compose
#+end_src #+end_src
* TODO LibreOffice * LibreOffice
** Installation
#+begin_src shell :tangle pkg-list.txt
libreoffice-still
#+end_src
** [[http://roland65.free.fr/texmaths/][TexMaths]] Extension
Enables inserting $\LaTeX$ equations into LibreOffice
#+begin_src shell :tangle pkg-list.txt
libreoffice-extension-texmaths
#+end_src
** [[https://writer2latex.sourceforge.net/][Writer2LaTeX]] Extension
Enables exporting LibreOffice Documents to $\LaTeX$
#+begin_src shell :tangle pkg-list.txt
libreoffice-extension-writer2latex
#+end_src
** Spell-Checking
#+begin_src shell :tangle pkg-list.txt
hunspell
hunspell-en_us
hunspell-de
#+end_src
** Hyphenation Rules
#+begin_src shell :tangle pkg-list.txt
hyphen
hyphen-en
hyphen-de
#+end_src
** Thesaurus
#+begin_src shell :tangle pkg-list.txt
libmythes
mythes-en
mythes-de
#+end_src
* TODO Virtualbox * TODO Virtualbox
* Utils * Utils
** [[https://dev.yorhel.nl/ncdu][NCDU]] ** [[https://dev.yorhel.nl/ncdu][NCDU]]
@@ -3276,8 +3316,15 @@ vlc
3. setup Nextcloud sync directories 3. setup Nextcloud sync directories
4. sign into Bitwarden 4. sign into Bitwarden
5. add Firefox Account 5. add Firefox Account
6. configure networks 6. configure [[https://addons.mozilla.org/en-US/firefox/addon/tree-style-tab/][TST]] using [[https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#for-userchromecss][these instructions]]
- Note: Remove the -18px left-indent in the second config line for TST
7. configure networks
- [[https://www.scc.kit.edu/dienste/7181.php][eduroam]] - [[https://www.scc.kit.edu/dienste/7181.php][eduroam]]
8. add message service accounts
- [ ] WhatsApp
- [ ] Slack
- [ ] Signal
- [ ] Telegram
* Other TODOs * Other TODOs
** TODO dunst ** TODO dunst
@@ -1,8 +0,0 @@
[Unit]
Description=redshift needs to get a (geo)clue
[Service]
ExecStart=/usr/lib/geoclue-2.0/demos/agent
[Install]
WantedBy=default.target