mirror of
https://github.com/gjkcz/ansible-void.git
synced 2024-11-01 00:45:59 +01:00
101 lines
1.5 KiB
YAML
101 lines
1.5 KiB
YAML
---
|
|
timeout_blank: 1800
|
|
timeout_lock: 30
|
|
grub_timeout: 10
|
|
|
|
ssh_keys:
|
|
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEm981GRiUIsp8e4bTDv+d9SyHfQ8P18W5oovgmAfnip em@x210
|
|
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDqmyaaIqRU9hx8PxRnIqe/pRANIxrEEscuMWrHZF1yh snowflake@flakeX230
|
|
|
|
xbps_install:
|
|
# General
|
|
- htop
|
|
- screen
|
|
- tmux
|
|
- curl
|
|
- wget
|
|
- pipr
|
|
- tree
|
|
- fd
|
|
- shellcheck
|
|
# Software development
|
|
- git
|
|
- gcc
|
|
- guile
|
|
- valgrind
|
|
- gdb
|
|
- vim
|
|
- nano
|
|
- emacs
|
|
- vscode
|
|
- arduino
|
|
- arduino-cli
|
|
- idle-python3
|
|
- platformio
|
|
- openjdk
|
|
# Networking
|
|
- tcpdump
|
|
- nmap
|
|
- zenmap
|
|
- wireshark-qt
|
|
- sqlmap
|
|
# Web Browsers
|
|
- firefox
|
|
# Documents
|
|
- libreoffice
|
|
- texstudio
|
|
- texlive-bin
|
|
# Multimedia
|
|
- ffmpeg
|
|
- celluloid
|
|
- audacity
|
|
- gimp
|
|
- inkscape
|
|
- kdenlive
|
|
- shotcut
|
|
- krita
|
|
- mypaint
|
|
# CAD
|
|
- freecad
|
|
- openscad
|
|
- PrusaSlicer
|
|
# Databases
|
|
- sqlitebrowser
|
|
# Fun & games
|
|
- neofetch
|
|
- sl
|
|
- cowsay
|
|
- ponysay
|
|
- figlet
|
|
- asciiquarium
|
|
- cbonsai
|
|
- cmatrix
|
|
# - openarena
|
|
# GNOME
|
|
# A custom list intead of `gnome-apps` meta package
|
|
- eog
|
|
- evince
|
|
- file-roller
|
|
- gsound
|
|
- gspell
|
|
- phodav
|
|
- dconf-editor
|
|
- bijiben
|
|
- gnome-calculator
|
|
- gnome-calendar
|
|
- gnome-clocks
|
|
- gnome-disk-utility
|
|
- gnome-font-viewer
|
|
- gnome-maps
|
|
- gnome-system-monitor
|
|
- gnome-console
|
|
- gnome-text-editor
|
|
- gnome-tweaks
|
|
- gnome-weather
|
|
- gnome-boxes
|
|
- gnome-screenshot
|
|
- gnome-sound-recorder
|
|
- gnome-dictionary
|
|
xbps_remove:
|
|
- gnome-apps
|