How to use
make ln
As lisa, rambo, fusca and frank are computers:
make ln_fusca
make ln_lisa
make ln_frank
will link specifics files.
Softwares
Dependences
python3 -m pip install pynvim
- ripgrep
- fd
- pip
- zsh-autosuggestions
- bibtool
- papers
- unoconv
- pandoc
- translate-shell
- youtube-dl
- goldendict
- asciiquarium
- termdown
- quarto
Plugin Managers
Install from packages pacman_packages_list.txt
pacman -Q | awk '{print $1}' > pacman_packages_list.txt
pacman -S --needed $(comm -12 <(pacman -Slq | sort) <(sort pacman_packages_list.txt))