Skip to content

Commit

Permalink
Add common,dev and pip packages
Browse files Browse the repository at this point in the history
  • Loading branch information
danpawlik committed Aug 30, 2023
1 parent 53f06d3 commit 401ef4a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion ansible/roles/dotfiles/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ nvim_version: nightly
# it install nodejs into ~/.local/nodejs
# https://nodejs.org/dist/latest-v20.x/
nodejs_userspace: true
nodejs_version: v20.5.0
nodejs_version: v20.5.1

wifi_disable_powersave: true
enable_powertop: false
Expand All @@ -39,6 +39,7 @@ common_packages:
- bzip2
- ccze
- curl
- dmidecode
- dnf-plugins-core
- fd-find
- fwupd
Expand All @@ -48,12 +49,15 @@ common_packages:
- htop
- https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
- iperf3
- iotop
- keepassxc
- koji
- libavif-tools
- libguestfs
- lshw
- marked
- mumble
- nmap-ncat
- p7zip
- pavucontrol
- pinta
Expand All @@ -63,6 +67,7 @@ common_packages:
- rsync
- ShellCheck
- sudo
- sysstat
- tmux
- unzip
- util-linux-user
Expand All @@ -76,7 +81,11 @@ common_packages:
- zstd

dev_packages:
- cargo
- "@development-tools"
- dhall
- dhall-json
- "g++"
- "gcc-c++"
- ghc
- git
Expand Down Expand Up @@ -117,6 +126,7 @@ gnome_packages:
pip_packages:
- ansible-core==2.13.7
- ansible-lint
- bindep
- black
- bodhi-client
- docutils
Expand All @@ -143,9 +153,11 @@ pip_packages:
- remote_pdb
- rstcheck
- ruamel.yaml
- setuptools
- Sphinx
- tox
- virtualenv
- wheel
- yamllint
- yapf
- yt-dlp
Expand All @@ -166,3 +178,4 @@ ansible_collections:
- community.crypto
- ansible.posix
- openstack.cloud
- kubernetes.core

0 comments on commit 401ef4a

Please sign in to comment.