From fb5c8991cd3bf192a6509605768bd88421e329b3 Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 7 Jul 2021 21:20:35 +0200 Subject: [PATCH] add fzf and fd --- defaults/main.yml | 146 ++++++++++++++++++++++++---------------------- 1 file changed, 75 insertions(+), 71 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index d6c0a84..d0996e2 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -12,83 +12,87 @@ time: timezone: Europe/Paris system_base_softwares_arch: - - 'zsh' - - 'stow' - - 'wol' - - 'nmap' - - 'bind' - - 'rsync' - - 'awesome-terminal-fonts' - - 'wget' - - 'bat' - - 'diff-so-fancy' - - 'git' - - 'htop' - - 'thefuck' - - 'tldr' - - 'ntfs-3g' - - 'python-lxml' - - 'tmux' - - 'vim' - - 'python-pip' - - 'pacman-contrib' - - 'yarn' - - 'npm' - - 'nethogs' - - 'iftop' - - 'zip' - - 'unzip' - - 'unrar' - - 'git-lfs' - - 'httpie' - - 'lsof' - - 'glances' - - 'ethtool' - - 'gnu-netcat' - - 'netctl' - - 'logrotate' - - 'otf-cascadia-code' - - 'neovim' - - 'yamllint' - - 'prettier' + - "zsh" + - "stow" + - "wol" + - "nmap" + - "bind" + - "rsync" + - "awesome-terminal-fonts" + - "wget" + - "bat" + - "diff-so-fancy" + - "git" + - "htop" + - "thefuck" + - "tldr" + - "ntfs-3g" + - "python-lxml" + - "tmux" + - "vim" + - "python-pip" + - "pacman-contrib" + - "yarn" + - "npm" + - "nethogs" + - "iftop" + - "zip" + - "unzip" + - "unrar" + - "git-lfs" + - "httpie" + - "lsof" + - "glances" + - "ethtool" + - "gnu-netcat" + - "netctl" + - "logrotate" + - "otf-cascadia-code" + - "neovim" + - "yamllint" + - "prettier" + - "fd" + - "fzf" system_base_aur_soft: - - 'nodejs-markdownlint-cli' + - "nodejs-markdownlint-cli" system_base_softwares_debian: - - 'zsh' - - 'lsof' - - 'glances' - - 'stow' - - 'wakeonlan' - - 'nmap' - - 'dnsutils' - - 'rsync' + - "zsh" + - "lsof" + - "glances" + - "stow" + - "wakeonlan" + - "nmap" + - "dnsutils" + - "rsync" # - 'awesome-terminal-fonts' - - 'wget' + - "wget" # - 'bat' # - 'diff-so-fancy' - - 'git' - - 'htop' - - 'thefuck' - - 'tldr' - - 'ntfs-3g' - - 'python-lxml' - - 'tmux' - - 'neovim' - - 'python-neovim' - - 'python-pip' - - 'yarn' - - 'npm' - - 'nethogs' - - 'iftop' - - 'zip' - - 'unzip' - - 'unrar' - - 'git-lfs' - - 'httpie' - - 'ethtool' - - 'traceroute' - - 'fonts-cascadia-code' + - "git" + - "htop" + - "thefuck" + - "tldr" + - "ntfs-3g" + - "python-lxml" + - "tmux" + - "neovim" + - "python-neovim" + - "python-pip" + - "yarn" + - "npm" + - "nethogs" + - "iftop" + - "zip" + - "unzip" + - "unrar" + - "git-lfs" + - "httpie" + - "ethtool" + - "traceroute" + - "fonts-cascadia-code" + - "rust-fd-find" + - "fzf"" system_upgrade: false system_arch_local_mirror: