2020-10-22 16:31:20 +00:00
|
|
|
pacman:
|
2020-10-22 18:06:35 +00:00
|
|
|
# Common
|
2021-01-23 19:31:00 +00:00
|
|
|
- base-devel # Necessary for building AUR and yay install
|
2020-10-22 18:06:35 +00:00
|
|
|
- git
|
2020-10-22 16:31:20 +00:00
|
|
|
- vim
|
2020-10-22 18:06:35 +00:00
|
|
|
- sudo
|
|
|
|
- networkmanager
|
|
|
|
|
|
|
|
# CLI
|
2021-01-23 19:31:00 +00:00
|
|
|
- exa # Modern ls replacement
|
2020-10-22 18:06:35 +00:00
|
|
|
- cron # Scheduling program
|
2021-01-23 19:31:00 +00:00
|
|
|
- pkgfile # Pacman metadata explorer
|
|
|
|
- xsel # CLI tool for get/set contents of X11 clipboard (alternatively there's xclip)
|
|
|
|
# ZSH + Plugins
|
2020-10-22 18:06:35 +00:00
|
|
|
- zsh # shell
|
|
|
|
- zsh-syntax-highlighting # colored zsh
|
2021-01-18 00:47:34 +00:00
|
|
|
- zsh-autosuggestions # Suggestions from previous commands
|
2021-01-23 19:31:00 +00:00
|
|
|
# Security
|
|
|
|
- macchanger # Tool for changing MAC address
|
|
|
|
- dnsutils # Tools for managing DNS
|
|
|
|
- arch-audit # Similar to pkg-audit (AUR), based on Arch CVE Monitoring Team data
|
|
|
|
- apparmor # Mandantoy Access Control using Linux Security Module
|
|
|
|
- lynis # Security and System auditing tool
|
|
|
|
- firejail # Sandboxing isolation tool
|
|
|
|
- clamav # Anti-virus toolkit
|
2021-01-28 12:56:02 +00:00
|
|
|
- rkhunter # Check for the presence of rootkits and other unwanted tools.
|
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:
|
2021-01-23 19:31:00 +00:00
|
|
|
- https://aur.archlinux.org/yay-git.git # Yay tool, for AUR installation
|
2020-10-22 17:45:59 +00:00
|
|
|
|
2020-10-22 16:31:20 +00:00
|
|
|
aur:
|
2021-01-23 19:31:00 +00:00
|
|
|
# CLI
|
|
|
|
# ZSH Extensions
|
|
|
|
- autojump # Faster way to navigate in CLI (j command)
|
|
|
|
# Security
|
|
|
|
- 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
|
2021-02-14 11:46:14 +00:00
|
|
|
- opensnitch # Monitor all network traffic (Installation can be quite slow ~15min)
|
2021-01-23 19:31:00 +00:00
|
|
|
|
|
|
|
# GUI
|
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
|
|
|
- visual-studio-code-bin # Official vVsual Studio Code text editor for programmers
|
|
|
|
- exodus # Software cryptocurrency wallet
|