diff --git a/site-modules/core/manifests/packages.pp b/site-modules/core/manifests/packages.pp index 8fb1e4a..8467019 100644 --- a/site-modules/core/manifests/packages.pp +++ b/site-modules/core/manifests/packages.pp @@ -4,26 +4,16 @@ class core::packages { # package { [ 'cmake', - 'filezilla', - 'firefox', 'git', - 'mutt', 'neovim', - 'notmuch-mutt', - 'notmuch', - 'offlineimap', 'silversearcher-ag', 'tmux', 'bat', - 'urlscan', - 'vim', 'zsh', 'build-essential', - 'chromium-browser', - 'keepass2', - 'python-dev', - 'ruby-dev', 'software-properties-common', + 'fd-find' + 'fzf' ]: ensure => installed, } @@ -40,6 +30,14 @@ class core::packages { provider => 'shell', } + exec { 'Link fdfind to fd': + command => 'ln -s /usr/bin/fdfind /usr/bin/fd', + onlyif => 'test -e /usr/bin/fdfind', + creates => '/usr/bin/fd', + path => '/bin:/usr/bin', + provider => 'shell', + } + # core::packages::npm { [ # 'grunt', # 'intelephense',