dotfiles/packages.yaml

49 lines
1.4 KiB
YAML
Raw Normal View History

2020-10-22 16:31:20 +00:00
pacman:
2020-10-22 18:06:35 +00:00
# Common
- base-devel
- git
2020-10-22 16:31:20 +00:00
- vim
2020-10-22 18:06:35 +00:00
- sudo
- networkmanager
# CLI
- cron # Scheduling program
- zsh # shell
- zsh-syntax-highlighting # colored zsh
2021-01-18 00:47:34 +00:00
- zsh-autosuggestions # Suggestions from previous commands
2020-10-22 18:06:35 +00:00
- exa # Modern ls replacement
2021-01-18 00:47:34 +00:00
- pkgfile # Pacman metadata explorer
2020-10-22 18:06:35 +00:00
# GUI
2020-10-23 09:22:52 +00:00
- gedit # Graphical text editor
2020-10-22 18:06:35 +00:00
- 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
2021-01-18 00:47:34 +00:00
- krita # Image editing software (gimp alternative)
# - code # Open sourced version of vscode (doesn't support many extensions)
2020-10-22 18:06:35 +00:00
# DE/DM
- plasma
- sddm
2020-10-22 16:31:20 +00:00
2020-10-22 17:45:59 +00:00
git:
- https://aur.archlinux.org/yay-git.git
2020-10-22 16:31:20 +00:00
aur:
2021-01-18 00:47:34 +00:00
- autojump # Faster way to navigate in CLI
2020-10-22 18:06:35 +00:00
- spotify # Online music player
- timeshift # Backup utility
2020-10-23 09:22:52 +00:00
- onlyoffice-bin # Full office suite (MS Office alternative)
2021-01-18 00:47:34 +00:00
- ngrok # Forward your localhost
- visual-studio-code-bin # Official vVsual Studio Code text editor for programmers
- exodus # Software cryptocurrency wallet