We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tldr
fzf
1 parent 866f1c7 commit 996698fCopy full SHA for 996698f
1 file changed
scripts/install_packages.sh
@@ -66,6 +66,8 @@ packages+=(gnome-tweaks)
66
packages+=(cmake libevdev-devel glib2-devel systemd-devel libconfig-devel gcc-c++) # needed for building 'logiops'
67
packages+=(vim-plug)
68
packages+=(xclip) # Needed for ruanyl/vim-gh-line plugin
69
+packages+=(tldr)
70
+packages+=(fzf)
71
[[ ${OS} == "Darwin" ]] && packages+=(coreutils) # linux terminal commands
72
73
if [[ ${OS} == "Linux" ]]; then
0 commit comments