mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Update package list
This commit is contained in:
parent
9c1f8348ff
commit
49963ea07f
|
@ -6,8 +6,9 @@ pacman:
|
|||
- sudo
|
||||
- networkmanager
|
||||
- net-tools
|
||||
- rsync
|
||||
|
||||
# CLI
|
||||
# CLI/TUI
|
||||
- pacman-contrib # Contains many useful scripts for pacman, such as paccache
|
||||
- exa # Modern ls replacement
|
||||
- ncdu # Show folder sizes in a neat CLI graphical way
|
||||
|
@ -59,41 +60,31 @@ pacman:
|
|||
- step-cli
|
||||
#- ufw # Uncomplicated firewall, a simple way of defining firewall (disabled, because opensnitch FW is more detailed and better)
|
||||
|
||||
# WM/Xorg
|
||||
- xorg-server
|
||||
- xorg-xinit
|
||||
- xmonad
|
||||
- xmonad-contrib
|
||||
- xmobar
|
||||
#- lightdm
|
||||
|
||||
# GUI
|
||||
- kate # Graphical text editor, alternatively, there's gnome's default gedit
|
||||
- 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
|
||||
- konsole # Terminal emulator from KDE, terminator is better, but konsole isused in many kde applications
|
||||
- dolphin # File manager
|
||||
- ark # Archive manager (tar, gzip, zip, rar, etc.)
|
||||
- alacritty # very fast terminal emulator
|
||||
- pcmanfm # File manager
|
||||
- discord # Popular chat app
|
||||
- spectacle # Screenshot taking tool
|
||||
- flameshot # Screenshot taking tool
|
||||
- dunst # Notification daemon
|
||||
- peek # Gif/mp3 screen recording tool
|
||||
- qalculate-gtk-nognome # Calculator with thousands of features, there's also less powerful kde default's kcalc
|
||||
- filelight # Disk usage monitoring
|
||||
- firefox # Browser
|
||||
- krita # Image editing software (gimp alternative)
|
||||
- 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
|
||||
- ueberzug # Tool for displaying images within a terminal
|
||||
#- code # Open sourced version of vscode (doesn't support many extensions)
|
||||
|
||||
# DE/DM
|
||||
- plasma
|
||||
- sddm
|
||||
|
||||
# Fonts
|
||||
- libxft
|
||||
- ttf-hack
|
||||
|
@ -111,17 +102,16 @@ git:
|
|||
- https://aur.archlinux.org/yay-git.git # Yay tool, for AUR installation
|
||||
|
||||
aur:
|
||||
# CLI
|
||||
# ZSH Extensions
|
||||
- autojump # Faster way to navigate in CLI (j command)
|
||||
# Security
|
||||
# CLI/TUI
|
||||
- lf # Terminal ranger-like file manager
|
||||
- ngrok # Forward your localhost without ip recovery
|
||||
- pkg-audit # AUdit installed packages against known vulnerabilities, not necessary with arch-audit, but it does provide more detailed info
|
||||
# ZSH Extensions
|
||||
- z.lua # Quick jump tool (z [directory])
|
||||
# Security
|
||||
- opensnitch # Application level firewall, with full traffic monitoring, slower than kernel level iptables, but the advantages are worth it, alternatively there's also portmaster, but it's currently in early development stages, but it may be worth looking into later: `https://github.com/safing/portmaster`
|
||||
|
||||
# GUI
|
||||
- spotify # Online music player
|
||||
- timeshift # Backup utility, there's also kde's default kbackup
|
||||
- onlyoffice-bin # Full office suite (MS Office alternative)
|
||||
- visual-studio-code-bin # Official vVsual Studio Code text editor for programmers
|
||||
- exodus # Software cryptocurrency wallet
|
||||
|
|
Loading…
Reference in a new issue