mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
43 lines
989 B
YAML
43 lines
989 B
YAML
pacman:
|
|
# Common
|
|
- base-devel
|
|
- git
|
|
- vim
|
|
- sudo
|
|
- networkmanager
|
|
|
|
# CLI
|
|
- cron # Scheduling program
|
|
- zsh # shell
|
|
- zsh-syntax-highlighting # colored zsh
|
|
- exa # Modern ls replacement
|
|
|
|
# GUI
|
|
- gedit # Graphical text editor
|
|
- mpv # Video player
|
|
- terminator # Terminal emulator
|
|
- dolphin # File manager
|
|
- ark # Archive manager (tar, gzip, zip, rar, etc.)
|
|
- nomacs # Photo viewer
|
|
- discord # Popular chat app
|
|
- spectacle # Screenshot taking tool
|
|
- peek # Gif/mp3 screen recording tool
|
|
- qalculate-gtk-nognome # Calculator with thousands of features
|
|
- filelight # Disk usage monitoring
|
|
- firefox # Browser
|
|
- code # Visual Studio Code text editor for programmers
|
|
|
|
# DE/DM
|
|
- plasma
|
|
- sddm
|
|
|
|
|
|
git:
|
|
- https://aur.archlinux.org/yay-git.git
|
|
|
|
aur:
|
|
- spotify # Online music player
|
|
- timeshift # Backup utility
|
|
- onlyoffice-bin # Full office suite (MS Office alternative)
|
|
|