1
0
This commit is contained in:
Jeff Lance 2024-03-02 17:12:48 +01:00
parent 5046820b48
commit 5d03a3cf3b
3 changed files with 0 additions and 58 deletions

View File

@ -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'

View File

@ -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'

View File

@ -1,9 +0,0 @@
packages_shell:
archlinux:
yay:
- 'zsh'
- 'starship'
debian:
mist:
- 'zsh'
- 'starship-bin'