From 5d03a3cf3bff02d48a226c0e1b5089574c6165f0 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sat, 2 Mar 2024 17:12:48 +0100 Subject: [PATCH] Up. --- home/.chezmoidata/packages_base.yaml | 28 --------------------------- home/.chezmoidata/packages_lvim.yaml | 21 -------------------- home/.chezmoidata/packages_shell.yaml | 9 --------- 3 files changed, 58 deletions(-) delete mode 100644 home/.chezmoidata/packages_base.yaml delete mode 100644 home/.chezmoidata/packages_lvim.yaml delete mode 100644 home/.chezmoidata/packages_shell.yaml diff --git a/home/.chezmoidata/packages_base.yaml b/home/.chezmoidata/packages_base.yaml deleted file mode 100644 index 59db371..0000000 --- a/home/.chezmoidata/packages_base.yaml +++ /dev/null @@ -1,28 +0,0 @@ -packages_base: - archlinux: - pacman: - - 'git' - - 'base-devel' - yay: - - 'curl' - - 'direnv' - - 'ranger' - - 'tmux' - - 'trash-cli' - - 'unzip' - - 'wget' - - 'zip' - - 'zoxide' - debian: - apt: - - 'apt-utils' - - 'autoconf' - - 'automake' - - 'cmake' - - 'doxygen' - - 'libtool' - - 'libtool-bin' - - 'mist' - - 'ninja-build' - - 'pkg-config' - - 'makedeb' diff --git a/home/.chezmoidata/packages_lvim.yaml b/home/.chezmoidata/packages_lvim.yaml deleted file mode 100644 index 17c84d3..0000000 --- a/home/.chezmoidata/packages_lvim.yaml +++ /dev/null @@ -1,21 +0,0 @@ -packages_lvim: - archlinux: - yay: - - 'cargo' - - 'go' - - 'neovim' - - 'npm' - - 'python-pip' - - 'python-pynvim' - - 'ripgrep' - debian: - apt: - - 'cargo' - - 'golang' - - 'npm' - - 'python3-pip' - - 'python3-pynvim' - - 'ripgrep' - mist: - - 'neovim' - diff --git a/home/.chezmoidata/packages_shell.yaml b/home/.chezmoidata/packages_shell.yaml deleted file mode 100644 index 2afc1c0..0000000 --- a/home/.chezmoidata/packages_shell.yaml +++ /dev/null @@ -1,9 +0,0 @@ -packages_shell: - archlinux: - yay: - - 'zsh' - - 'starship' - debian: - mist: - - 'zsh' - - 'starship-bin'