mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Include more plasma packages (commented by default)
This commit is contained in:
parent
047a4f435a
commit
d0eef02158
|
@ -32,6 +32,7 @@ pacman:
|
||||||
- dnsmasq # Easy to configure DNS forwarder and DHCP server
|
- dnsmasq # Easy to configure DNS forwarder and DHCP server
|
||||||
- bridge-utils # Ethernet bridge configuration (VMs should be using this bridge, not real interface)
|
- bridge-utils # Ethernet bridge configuration (VMs should be using this bridge, not real interface)
|
||||||
- openbsd-netcat # OpenBSD variant of netcat
|
- openbsd-netcat # OpenBSD variant of netcat
|
||||||
|
- virt-viewer # A viewer for virtualized machines, virt-manager alone doesn't support copy-paste
|
||||||
# Security
|
# Security
|
||||||
- macchanger # Tool for changing MAC address
|
- macchanger # Tool for changing MAC address
|
||||||
- dnsutils # Tools for managing DNS
|
- dnsutils # Tools for managing DNS
|
||||||
|
@ -44,23 +45,38 @@ pacman:
|
||||||
- firejail # Sandboxing isolation tool
|
- firejail # Sandboxing isolation tool
|
||||||
- clamav # Anti-virus toolkit
|
- clamav # Anti-virus toolkit
|
||||||
- rkhunter # Check for the presence of rootkits and other unwanted tools.
|
- rkhunter # Check for the presence of rootkits and other unwanted tools.
|
||||||
|
- step-cli
|
||||||
#- ufw # Uncomplicated firewall, a simple way of defining firewall (disabled, because opensnitch FW is more detailed and better)
|
#- ufw # Uncomplicated firewall, a simple way of defining firewall (disabled, because opensnitch FW is more detailed and better)
|
||||||
|
|
||||||
# GUI
|
# GUI
|
||||||
- gedit # Graphical text editor
|
- kate # Graphical text editor, alternatively, there's gnome's default gedit
|
||||||
- mpv # Video player
|
- mpv # Video player, alternatively there's kde default dragon
|
||||||
|
- nomacs # Photo viewer, alternatively there's kde default gwenview
|
||||||
|
- ffmpegthumbs # FFmpeg based thumbnail creator for videos
|
||||||
- terminator # Terminal emulator
|
- terminator # Terminal emulator
|
||||||
|
- konsole # Terminal emulator from KDE, terminator is better, but konsole isused in many kde applications
|
||||||
- dolphin # File manager
|
- dolphin # File manager
|
||||||
- ark # Archive manager (tar, gzip, zip, rar, etc.)
|
- ark # Archive manager (tar, gzip, zip, rar, etc.)
|
||||||
- nomacs # Photo viewer
|
|
||||||
- discord # Popular chat app
|
- discord # Popular chat app
|
||||||
- spectacle # Screenshot taking tool
|
- spectacle # Screenshot taking tool
|
||||||
- peek # Gif/mp3 screen recording tool
|
- peek # Gif/mp3 screen recording tool
|
||||||
- qalculate-gtk-nognome # Calculator with thousands of features
|
- qalculate-gtk-nognome # Calculator with thousands of features, there's also less powerful kde default's kcalc
|
||||||
- filelight # Disk usage monitoring
|
- filelight # Disk usage monitoring
|
||||||
- firefox # Browser
|
- firefox # Browser
|
||||||
- krita # Image editing software (gimp alternative)
|
- krita # Image editing software (gimp alternative)
|
||||||
- plasma-systemmonitor # A more modern version of ksysguard, released in KDE 5.21
|
- plasma-systemmonitor # A more modern version of ksysguard, released in KDE 5.21
|
||||||
|
- kcharselect # Character selector
|
||||||
|
- kdenlive # Video editing software
|
||||||
|
- ksystemlog # System log viewer tool
|
||||||
|
#- yakuake # Dropdown terminal using konsole
|
||||||
|
#- kgpg # GnuPG frontend
|
||||||
|
#- kleopatra # Certificate manager
|
||||||
|
#- kalarm # Personal alarm scheduler
|
||||||
|
#- kalgebra # Graph calculator
|
||||||
|
#- kalzium # Periodic table of elements
|
||||||
|
#- kamera # Camera viewer, you can also use kamoso for webcam recorder
|
||||||
|
#- elisa # Music player for KDE
|
||||||
|
#- sweeper # System cleaner
|
||||||
#- code # Open sourced version of vscode (doesn't support many extensions)
|
#- code # Open sourced version of vscode (doesn't support many extensions)
|
||||||
|
|
||||||
# DE/DM
|
# DE/DM
|
||||||
|
@ -82,7 +98,7 @@ aur:
|
||||||
|
|
||||||
# GUI
|
# GUI
|
||||||
- spotify # Online music player
|
- spotify # Online music player
|
||||||
- timeshift # Backup utility
|
- timeshift # Backup utility, there's also kde's default kbackup
|
||||||
- onlyoffice-bin # Full office suite (MS Office alternative)
|
- onlyoffice-bin # Full office suite (MS Office alternative)
|
||||||
- visual-studio-code-bin # Official vVsual Studio Code text editor for programmers
|
- visual-studio-code-bin # Official vVsual Studio Code text editor for programmers
|
||||||
- exodus # Software cryptocurrency wallet
|
- exodus # Software cryptocurrency wallet
|
||||||
|
|
Loading…
Reference in a new issue