config: small corrections
This commit is contained in:
parent
899b023b81
commit
8493d6d416
|
@ -456,7 +456,7 @@ Version 2019-11-04 2021-02-16"
|
||||||
org-export-with-todo-keywords nil
|
org-export-with-todo-keywords nil
|
||||||
org-export-with-toc nil
|
org-export-with-toc nil
|
||||||
org-export-with-section-numbers nil
|
org-export-with-section-numbers nil
|
||||||
org-ascii-text-width 999999
|
org-ascii-text-width 999
|
||||||
org-export-headline-levels 4
|
org-export-headline-levels 4
|
||||||
org-latex-default-class "article4"
|
org-latex-default-class "article4"
|
||||||
)
|
)
|
||||||
|
|
|
@ -30,7 +30,7 @@ and configuration for ~less~ and ~fzf~.
|
||||||
: pacman -Qe | cut -d\ -f1 | xclip -selection clipboard
|
: pacman -Qe | cut -d\ -f1 | xclip -selection clipboard
|
||||||
# Use org-yank-visible
|
# Use org-yank-visible
|
||||||
- essentials :: curl git zsh bat neovim man-db
|
- essentials :: curl git zsh bat neovim man-db
|
||||||
- basic tools :: tree wget texinfo man-pages base-devel fzf topgrade
|
- basic tools :: tree wget texinfo man-pages base-devel fzf topgrade expect
|
||||||
fd ripgrep zsh-completions python-pynvim unrar mlocate
|
fd ripgrep zsh-completions python-pynvim unrar mlocate
|
||||||
- dotfiles :: yadm
|
- dotfiles :: yadm
|
||||||
: yadm clone git@git.jfischer.org:xeruf/dotfiles.git
|
: yadm clone git@git.jfischer.org:xeruf/dotfiles.git
|
||||||
|
@ -48,15 +48,15 @@ git clone https://aur.archlinux.org/yay.git /tmp/yay
|
||||||
cd /tmp/yay
|
cd /tmp/yay
|
||||||
makepkg -si
|
makepkg -si
|
||||||
#+end_src
|
#+end_src
|
||||||
- aur recommendations :: tldr++ sc-im espanso [[https://github.com/mookid/diffr][diffr]]
|
- aur recommendations :: tldr++ sc-im espanso [[https://github.com/mookid/diffr][diffr]] timg audiowaveform
|
||||||
- bluetooth :: bluez bluez-utils pulseaudio-bluetooth
|
- bluetooth :: bluez bluez-utils pulseaudio-bluetooth
|
||||||
- git tools :: git-bug git-lfs git-crypt git-remote-gcrypt github-cli
|
- git tools :: git-bug git-lfs git-crypt git-remote-gcrypt github-cli
|
||||||
- pass :: pass pass-otp pass-extension-tail pass-clip
|
- pass :: pass pass-otp pass-extension-tail pass-clip
|
||||||
-> interesting: pass-steam, pass-autotype, pass-file, pass-qr, pass-ssh, pass-rotate
|
-> interesting: pass-steam, pass-autotype, pass-file, pass-qr, pass-ssh, pass-rotate
|
||||||
- ssh :: openssh sshfs lemonade-git
|
- ssh :: openssh sshfs lemonade-git
|
||||||
- productivity :: activitywatch-bin jrnl
|
|
||||||
- sync :: syncthing
|
- sync :: syncthing
|
||||||
: systemctl enable --now syncthing
|
: systemctl enable --now syncthing
|
||||||
|
- productivity :: activitywatch-bin jrnl
|
||||||
- personal aur utils (only useful with dotfiles) :: bat-extras neovim-symlinks stderred-git
|
- personal aur utils (only useful with dotfiles) :: bat-extras neovim-symlinks stderred-git
|
||||||
rdictcc-git
|
rdictcc-git
|
||||||
: pip install beautifulsoup4
|
: pip install beautifulsoup4
|
||||||
|
|
Loading…
Reference in New Issue