1
0
This commit is contained in:
2024-02-27 21:40:04 +01:00
parent dec704689f
commit 31c4005b3f
9 changed files with 264 additions and 51 deletions

View File

@@ -0,0 +1,28 @@
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

@@ -0,0 +1,21 @@
packages_lvim:
archlinux:
yay:
- 'cargo'
- 'go'
- 'neovim'
- 'npm'
- 'python-pip'
- 'python-pynvim'
- 'ripgrep'
debian:
apt:
- 'cargo'
- 'go'
- 'npm'
- 'python3-pip'
- 'python3-pynvim'
- 'ripgrep'
mist:
- 'neovim'

View File

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