mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-12 19:27:18 +00:00
Add multiple packages
This commit is contained in:
parent
026040b442
commit
b34dd50867
|
@ -27,6 +27,8 @@ pacman:
|
||||||
- mlocate # A tool for quick system file searching by building an index
|
- mlocate # A tool for quick system file searching by building an index
|
||||||
- httpie # Add comman for obtaining http info from webpages
|
- httpie # Add comman for obtaining http info from webpages
|
||||||
- calcurse # Terminal calendar and event planner
|
- calcurse # Terminal calendar and event planner
|
||||||
|
- imagemagick # Terminal image manipulation
|
||||||
|
- mediainfo # Show info about media files (videos/photos)
|
||||||
- abduco # Terminal session manager
|
- abduco # Terminal session manager
|
||||||
#- figlet # generate ascii text banners in terminal
|
#- figlet # generate ascii text banners in terminal
|
||||||
# ZSH + Plugins
|
# ZSH + Plugins
|
||||||
|
@ -72,9 +74,11 @@ pacman:
|
||||||
- xmonad
|
- xmonad
|
||||||
- xmonad-contrib
|
- xmonad-contrib
|
||||||
- xmobar
|
- xmobar
|
||||||
|
- xwallpaper
|
||||||
- xss-lock
|
- xss-lock
|
||||||
- xsecurelock
|
- xsecurelock
|
||||||
- numlockx
|
- numlockx
|
||||||
|
- papirus-icon-theme # Breeze inspired icon theme
|
||||||
|
|
||||||
# GUI
|
# GUI
|
||||||
- trayer # System tray
|
- trayer # System tray
|
||||||
|
@ -105,6 +109,7 @@ pacman:
|
||||||
- noto-fonts
|
- noto-fonts
|
||||||
- noto-fonts-cjk
|
- noto-fonts-cjk
|
||||||
- noto-fonts-emoji
|
- noto-fonts-emoji
|
||||||
|
- ttf-font-awesome
|
||||||
|
|
||||||
# Printer
|
# Printer
|
||||||
- cups # Daemon for printing
|
- cups # Daemon for printing
|
||||||
|
@ -119,6 +124,7 @@ aur:
|
||||||
# CLI/TUI
|
# CLI/TUI
|
||||||
- lf # Terminal ranger-like file manager
|
- lf # Terminal ranger-like file manager
|
||||||
- ngrok # Forward your localhost without ip recovery
|
- ngrok # Forward your localhost without ip recovery
|
||||||
|
- pixterm # A tool for converting images to ANSI colored blocks
|
||||||
# ZSH Extensions
|
# ZSH Extensions
|
||||||
- z.lua # Quick jump tool (z [directory])
|
- z.lua # Quick jump tool (z [directory])
|
||||||
# Security
|
# Security
|
||||||
|
|
Loading…
Reference in a new issue