Skip to content

Commit 996698f

Browse files
committed
Adding tldr and fzf packages to pkg-list to install.
Signed-off-by: Yoni Bettan <yonibettan@gmail.com>
1 parent 866f1c7 commit 996698f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/install_packages.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ packages+=(gnome-tweaks)
6666
packages+=(cmake libevdev-devel glib2-devel systemd-devel libconfig-devel gcc-c++) # needed for building 'logiops'
6767
packages+=(vim-plug)
6868
packages+=(xclip) # Needed for ruanyl/vim-gh-line plugin
69+
packages+=(tldr)
70+
packages+=(fzf)
6971
[[ ${OS} == "Darwin" ]] && packages+=(coreutils) # linux terminal commands
7072

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

0 commit comments

Comments
 (0)