Skip to content

Commit

Permalink
Adding tldr and fzf packages to pkg-list to install.
Browse files Browse the repository at this point in the history
Signed-off-by: Yoni Bettan <[email protected]>
  • Loading branch information
ybettan committed Aug 8, 2024
1 parent 8ccdcef commit efb5e2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ packages+=(gnome-tweaks)
packages+=(cmake libevdev-devel glib2-devel systemd-devel libconfig-devel gcc-c++) # needed for building 'logiops'
packages+=(vim-plug)
packages+=(xclip) # Needed for ruanyl/vim-gh-line plugin
packages+=(tldr)
packages+=(fzf)
[[ ${OS} == "Darwin" ]] && packages+=(coreutils) # linux terminal commands

if [[ ${OS} == "Linux" ]]; then
Expand Down

0 comments on commit efb5e2c

Please sign in to comment.