fresh/pack.csv

172 lines
5.5 KiB
CSV
Raw Normal View History

2018-09-15 22:17:30 +02:00
# First column: A = All, L = Laptop, D = Desktop
# Second column: P = Pacman, A = AUR
# Third column: Packagename
# Fourth column: Description
# BASE
A,P,dosfstools,DOS filesystem utilities
A,P,efibootmgr,Tool to modify UEFI Firmware Boot Manager Variables
A,P,gptfdisk,A text-mode partitioning tool that works on GUID Partition Table (GPT) disks
A,P,exfat-utils,Utilities for exFAT file system
A,P,nfs-utils,Support programs for Network File Systems
A,P,xfsprogs,XFS filesystem utilities
A,P,intel-ucode,Microcode update files for Intel CPUs
2020-01-03 20:45:23 +01:00
A,P,acpi,Client for battery power and thermal readings
2018-09-15 22:17:30 +02:00
L,P,acpid,A daemon for delivering ACPI power management events with netlink support
2019-06-12 22:53:24 +02:00
L,P,acpi_call,battery recalibration
L,P,tlp,better battery life
A,P,openssh,Premier connectivity tool for remote login with the SSH protocol
2018-09-15 22:17:30 +02:00
2018-12-16 21:49:39 +01:00
# libraries
A,M,pyorgmode,lib to create and modify orgmode files used in quteb script
# Driver related stuff
2019-02-15 12:53:49 +01:00
A,P,linux-headers,linux kernel headers
2018-11-22 19:04:03 +01:00
# Tablet related
2019-06-13 16:59:39 +02:00
A,P,xf86-input-wacom,xsetwacom
A,A,digimend-kernel-drivers-dkms-git,drivers for the huion tablet
2018-11-22 19:04:03 +01:00
A,P,at,used to run the set button script after udev trigger
# Package management
A,P,reflector,A script to retrieve and filter the latest Pacman mirror list.
2018-09-15 22:17:30 +02:00
# Fonts
2020-02-14 18:29:50 +01:00
A,A,ttf-iosevka,Systemfont
A,A,ttf-iosevka-term,Systemfont Terminal
A,P,ttf-nerd-fonts-symbols,Unicode Glyphs
2019-09-26 01:46:32 +02:00
# A,P,ttf-hack,Systemfont fallback
# INSTALL FROM NAS (INPUT MONO NERD)
2020-02-14 18:29:50 +01:00
# A,A,ttf-font-awesome-4,Glyphs fallback
# A,P,bdf-unifont,more font support
# A,P,noto-fonts,more glyphs
2018-11-22 09:25:47 +01:00
A,A,ttf-windows,windows fonts
A,A,ttf-ms-fonts,more windows fonts
2018-09-15 22:17:30 +02:00
2018-09-16 01:28:32 +02:00
# X
2018-09-15 22:17:30 +02:00
A,P,xorg,The whole xorg group
A,P,xorg-xinit,X.Org initialisation program
2018-09-16 01:28:32 +02:00
A,P,xcape,Configure modifier keys to act as other keys when pressed and released on their own
2019-02-15 12:53:49 +01:00
A,P,feh,Image toolbelt
2019-12-31 13:37:58 +01:00
A,P,rofi,Application launcher
2019-12-04 16:54:23 +01:00
# A,M,dmenu,Generic menu for X
2018-09-16 01:28:32 +02:00
# Terminal Emulator
A,M,st,Terminal Emulator compiled manually from dotfiles repo
# Window Management and eyecandy
2019-02-15 12:53:49 +01:00
# New bspwm setup
A,P,bspwm,windowmanagement
A,P,sxhkd,Keyboard shortcuts
2019-03-24 22:49:37 +01:00
A,P,compton,Required for st to get transparent background (xcomp graphic glitches)
2019-08-04 10:23:16 +02:00
A,P,libnotify,notifications
2019-05-22 17:21:51 +02:00
A,P,dunst,Notification Server
2019-09-28 01:22:07 +02:00
# A,A,polybar,status bar
A,A,lemonbar-xft-git,status bar
A,A,xtitle,helper to get window titles
A,P,xdo,tool to hide lemonbar (fullscreen)
A,P,trayer,tray icon support
2019-02-15 12:53:49 +01:00
# Other display related stuff
2018-12-24 00:20:04 +01:00
A,P,redshift,No more burning eyes at night <3
2018-09-15 22:17:30 +02:00
# Sound
A,P,alsa-plugins,Extra alsa plugins
A,P,alsa-utils,An alternative implementation of Linux sound support
2019-11-04 18:23:28 +01:00
A,A,apulse,Compatibility layer for applications that rely on pulseaudio
2020-03-01 02:02:52 +01:00
# pulseaudio
# pulseaudio-alsa
2018-09-15 22:17:30 +02:00
# Text editing
A,P,emacs,The extensible customizable self-documenting real-time display editor
2019-05-22 17:29:40 +02:00
A,P,xournalpp,Notetaking and sketching application
2018-09-15 22:17:30 +02:00
2018-12-10 16:53:28 +01:00
# emacs reqs
2018-11-23 19:28:10 +01:00
A,P,pandoc,A universal document converter
2018-12-25 16:06:02 +01:00
A,P,auctex,latexpreview
2019-07-21 18:44:45 +02:00
A,P,texlive-core,latex export (orgmode)
2019-09-22 13:21:42 +02:00
A,P,texlive-latexextra,latex export (orgmode)
A,P,texlive-bibtexextra,Latex biblatex support
A,P,texlive-science,Latex Math support
2019-09-22 13:30:42 +02:00
A,P,biber,Citation for latex (new backend)
2020-02-08 16:43:29 +01:00
A,P,minted,Syntaxhighlighting for Latex
2018-09-15 22:17:30 +02:00
# Mail
2020-02-15 00:27:27 +01:00
# A,A,mu,Maildir indexer/searcher and Emacs client (mu4e)
# A,P,offlineimap,Synchronizes emails between two repositories
A,P,sylpheed,Mailclient written in C
2018-09-15 22:17:30 +02:00
# Webbrowsing
A,P,qutebrowser,A keyboard-driven vim-like browser based on PyQt5
2019-12-04 16:54:23 +01:00
A,A,chromium-widevine,Watch netflix
2019-08-04 10:23:16 +02:00
# A,P,firefox,Browser with addon system. Please go faster qutebrowser dev!
2018-09-15 22:17:30 +02:00
# General stuff
A,P,htop,Interactive process viewer
A,P,pass,Stores retrieves generates and synchronizes passwords securely
2018-11-24 14:18:22 +01:00
A,A,pass-git-helper,git password helper
A,P,python-tldextract,lib for qute-pass
2018-09-15 22:17:30 +02:00
A,P,zip,Compressor/archiver for creating and modifying zipfiles
2019-08-04 10:23:16 +02:00
A,P,unzip,Unzip stuff
2019-12-04 16:31:32 +01:00
A,P,unrar,Unpacking rar
2018-09-15 22:17:30 +02:00
A,P,p7zip,Command-line file archiver with high compression ratio
A,P,ripgrep,A search tool that combines the usability of ag with the raw speed of grep
A,P,fzf,fuzzy bash completion
2018-11-26 00:41:55 +01:00
A,P,aspell,no desc
2018-11-28 14:17:51 +01:00
A,P,aspell-en,no desc
A,P,aspell-de,no desc
2018-11-28 12:28:08 +01:00
A,P,rsibreak,Prevent me from descroying myself
2019-08-04 10:23:16 +02:00
A,P,nmap,network scanning
2019-12-04 16:54:23 +01:00
A,P,thunar,filebrowser
2019-12-04 16:54:23 +01:00
# Screencapture
2019-06-14 22:52:07 +02:00
A,P,maim,snipping tool for screenshots and stuff
2019-12-04 16:31:32 +01:00
A,P,peek,record screen to gif/mp4
2019-08-04 10:23:16 +02:00
2019-12-04 16:54:23 +01:00
# Remote assistance
A,A,anydesk,remote software like teamviewer (but better)
2019-08-04 10:23:16 +02:00
# A,P,syncthing,tool to sync all my docs
2019-12-04 16:54:23 +01:00
# A,P,nextcloud-client,Client for nextcloud server
2019-12-31 13:37:58 +01:00
A,A,seafile-client,Seafile client
2018-11-14 23:38:00 +01:00
# Programming
A,P,clang,C language family frontend for LLVM
A,P,llvm-libs,LLVM runtime libraries
A,P,llvm,Collection of modular and reusable compiler and toolchain technologies
2019-08-04 10:23:16 +02:00
A,P,avrdude,Arduino and other AVR microcontrollers
A,A,platformio,Compile and upload code to arduino and more
2018-11-14 23:38:00 +01:00
# emacs related programs
A,A,ccls-git,lsp-server for C/C++
2019-08-04 10:23:16 +02:00
# Music
2019-10-11 22:26:12 +02:00
A,P,mpd,music server
A,P,mpc,cli for mpd
A,P,ario,gui frontend for mpd
2018-11-28 12:28:08 +01:00
2019-08-04 10:23:16 +02:00
# Videos and Youtube
A,P,youtube-dl,Youtube Downloader used in mpv
A,P,mpv,Video Player
# moved this here because it conflicts with x server todo add group memberships and udev rules (good2know)
2018-12-03 21:18:46 +01:00
A,A,acpilight,A backward-compatibile xbacklight replacement based on ACPI
2019-12-04 16:54:23 +01:00
# Design / Photography
# Good resource: https://uxplanet.org/open-design-freeware-tools-for-designers-f7bdde99f2e0
A,P,inkscape,Alternative to Adobe Illustrator
A,P,krita,Alternative to Adobe Photoshop
2019-12-04 16:54:23 +01:00
A,P,darktable,Photo editing software
2019-12-09 14:27:39 +01:00
A,P,fontforge,Font creation
2019-12-04 16:54:23 +01:00
2019-10-11 22:26:12 +02:00
# A,A,alva,Alternative to Adboe CC/Sketch # Akira also possible (Early DEV)
2019-09-23 22:47:50 +02:00
# qmk libs
A,P,gcc-avr
A,P,avr-libc
A,P,teensy-loader-cli
2019-10-12 17:24:37 +02:00
A,A,bootloadhid
2019-10-21 20:08:59 +02:00
# downgrade packages
A,A,downgrade