fix packages list
This commit is contained in:
parent
9fddfc3f25
commit
89eafc01e2
@ -1,3 +1,4 @@
|
|||||||
|
# macOS ------------------------------------------------------------------------
|
||||||
[packages.darwin]
|
[packages.darwin]
|
||||||
brews = [
|
brews = [
|
||||||
'chezmoi',
|
'chezmoi',
|
||||||
@ -25,6 +26,37 @@ casks = [
|
|||||||
# 'macvim',
|
# 'macvim',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# Arch Linux -------------------------------------------------------------------
|
||||||
|
[packages.linux.arch]
|
||||||
|
pacman_force = [
|
||||||
|
'archlinux-keyring',
|
||||||
|
'llvm',
|
||||||
|
'llvm-libs',
|
||||||
|
]
|
||||||
|
|
||||||
|
pacman = [
|
||||||
|
'chezmoi',
|
||||||
|
'git',
|
||||||
|
'base-devel',
|
||||||
|
'fakeroot',
|
||||||
|
'gcc',
|
||||||
|
'cmake',
|
||||||
|
'lsix',
|
||||||
|
'ueberzugpp',
|
||||||
|
'eza',
|
||||||
|
'grc',
|
||||||
|
'zellij',
|
||||||
|
'ranger',
|
||||||
|
'vim',
|
||||||
|
'neovim',
|
||||||
|
'python',
|
||||||
|
'go',
|
||||||
|
'nodejs',
|
||||||
|
'npm',
|
||||||
|
'jdk-openjdk',
|
||||||
|
]
|
||||||
|
|
||||||
|
# Manjaro Linux ----------------------------------------------------------------
|
||||||
[packages.linux.manjaro]
|
[packages.linux.manjaro]
|
||||||
pacman_force = [
|
pacman_force = [
|
||||||
'archlinux-keyring',
|
'archlinux-keyring',
|
||||||
@ -36,11 +68,13 @@ pacman_force = [
|
|||||||
pacman = [
|
pacman = [
|
||||||
'chezmoi',
|
'chezmoi',
|
||||||
'yay',
|
'yay',
|
||||||
|
'git',
|
||||||
'base-devel',
|
'base-devel',
|
||||||
'fakeroot',
|
'fakeroot',
|
||||||
'gcc',
|
'gcc',
|
||||||
'cmake',
|
'cmake',
|
||||||
'lsix',
|
'lsix',
|
||||||
|
'ueberzugpp',
|
||||||
'eza',
|
'eza',
|
||||||
'grc',
|
'grc',
|
||||||
'zellij',
|
'zellij',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user