Skip to content

Latest commit

 

History

History
executable file
·
58 lines (45 loc) · 1.78 KB

README.md

File metadata and controls

executable file
·
58 lines (45 loc) · 1.78 KB

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

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))