From 70c07d28243ab364759aa27a88e4eaff3cb65f8b Mon Sep 17 00:00:00 2001 From: committer Date: Thu, 6 Jun 2024 07:29:02 -0500 Subject: [PATCH] + tuxwarrior --- dots/archinstall/tuxwarrior/options.sh | 13 +++ dots/archinstall/tuxwarrior/packages.txt | 131 +++++++++++++++++++++++ dots/archinstall/tuxwarrior/services.txt | 2 + 3 files changed, 146 insertions(+) create mode 100644 dots/archinstall/tuxwarrior/options.sh create mode 100644 dots/archinstall/tuxwarrior/packages.txt create mode 100644 dots/archinstall/tuxwarrior/services.txt diff --git a/dots/archinstall/tuxwarrior/options.sh b/dots/archinstall/tuxwarrior/options.sh new file mode 100644 index 0000000..fbc6fd1 --- /dev/null +++ b/dots/archinstall/tuxwarrior/options.sh @@ -0,0 +1,13 @@ +#!/usr/bin/env bash + +# klevstul + +# import using 'source' + +OPTIONS_LOADED=true # used to check if options have been loaded + +CLONE_TARGET_DIR=/tmp # directory to clone dots repository to + +SYSTEM_USER=poq # system user (! root) + +I3WM=true # {true, false} installs i3 packages diff --git a/dots/archinstall/tuxwarrior/packages.txt b/dots/archinstall/tuxwarrior/packages.txt new file mode 100644 index 0000000..0bdbe5d --- /dev/null +++ b/dots/archinstall/tuxwarrior/packages.txt @@ -0,0 +1,131 @@ +# packages + +# xorg +# --- +xorg-server # xorg x server +xorg-xinit # x.org initialisation program + +# i3wm +# --- +i3-wm # tiling window manager +i3blocks # blocks for i3bar status line +i3lock # screenlocker +i3status # Generates status bar to use with i3bar, dzen2 or xmobar +dmenu # generic menu for x +xss-lock # used to lock i3 with i3lock + +# misc +# --- +aur:brave-bin # web browser +aur:caffeine-ng # status bar application able to temporarily inhibit the screensaver and sleep mode +aur:candy-icons-git # icons theme +aur:canon-pixma-mg2500-complete # stand alone driver set (print and scan) for Canon Pixma MG2500 series +aur:ctpv-git # image previewer for lf +aur:dragon-drop # simple drag-and-drop source/sink +aur:exodus # crypto wallet +aur:gitkraken # git client +aur:yt-dlp-git # cli downloader - youtube-dl fork +aur:i3exit # exit script for i3 +aur:jump # directory jumper +aur:onlyoffice # ms office replacement +aur:pcloud-drive # cloud drive +aur:protonvpn # vpn +aur:protonmail-import-export-app-bin # copy / backup / migrate email from protonmail +aur:qogir-icon-theme # mouse cursor theme +aur:sioyek # pdf viewer | https://sioyek.info/ +aur:srm # secure delete +aur:stremio # media +aur:sublime-text-4 # text editor +aur:sweet-folders-icons-git # folder theme (using/including the candy icons theme) +aur:vscodium # ide - vs code w/o telemetry + +arandr # gui for xrandr +bluez # bluetooth deamons +bluez-utils # bluetoothctl++ +chromium # web browser +cups # printing +cups-pdf # pdf printer for cups +dunst # notification deamon +feh # image viewer (cli) +firefox # browser +gimp # img editor +gparted # disk management +gufw # gui for firewall +gvfs # virtual filesystem (pcmanfm: trash support, mounting with udisks, remote filesystems and trust bits for executables) +helix # editor +htop # view processes +inetutils # network programs (telnet++) +kitty # terminal +lemurs # display/login manager +less # text viewer +lf # file manager +lxappearance # gtk+ theme switcher +maim # screenshot utility +man-db # man pages +mousepad # text editor +mpv # media player +neofetch # display system info cli +network-manager-applet # nm-applet +nextcloud-client # nextcloud sync client +nitrogen # wallpaper setter for x +noto-fonts-cjk # asian characters fonts +p7zip # file archiver +pasystray # pulse audio system tray +pavucontrol # pulseaudio volume control +pcmanfm # file manager +pdfarranger # pdf editor +plocate # faster mlocate alternative +reaper # daw +redshift # colour temperature adjustment tool (not maintainer) +rsync # file copying tool +samba # access samba shares (smb://) and cifs mounts (cifs-utils) +scrot # screenshot cli utility +seahorse # gui for viewing keyring entries / managing pgp keys +shotcut # video editor +signal-desktop # signal messenger +speedcrunch # calculator +system-config-printer # cups printer cfg tool and status applet +tmux # terminal multiplexer +trash-cli # trashcan cli commands +unrar # rar uncompression +unzip # extract and view .zip archives +usbutils # usb tools (lsusb++) +viewnior # image viewer +xarchiver # gui for misc cli archivers +xautolock # screen locker for x +xclip # cli interface to x11 clipboard +xdotool # cli x11 automation tool + +# loupe # image viewer (gnome) +# gammastep # colour temperature adjustment (redshift alternative - maintained?) +# brave-bin" # brave browser +# cryptomator-bin" # encryption tool +# gpicview" # image viewer +# inkscape" # inkscape vector graphics editor +# lapce # code editor ➔ not ready for prime time +# libreoffice-fresh # libreoffice w/ new features +# mutt" # text based email client (used for mbox files) +# net-tools" # collection of base networking utilities +# nginx" # web server +# nohang-git" # avoid crash/hang due to running out of memory (https://archived.forum.manjaro.org/t/solved-display-warning-message-or-kill-program-before-system-runs-out-of-memory/147635/24) +# obs-studio" # open broadcast studio - for screen recording +# protonmail-import-export-app-bin" +# qutebrowser" # web browser +# spideroak-one" # backup tool +# synology-assistant" # help discovering your nas (disable firewall first, via "gufw") +# tor" # the onion router +# vdhcoapp-bin" # Companion application for Video DownloadHelper browser add-on +# wayland-utils # display info +# wl-clipboard # cli copy/paste for wayland +# "gparted" # tool for partitioning and disk maintenance +# "noto-fonts-cjk" # asian characters fonts +# "net-tools" # collection of base networking utilities + +# AUR BELOW # ?? if not moved to main repo... +# "brother-hll2310d" # printer (main) +# "brother-ql700" # printer (label printer) +# "brother-ql1100" # printer (label printer) +# "imgp" # Multi-core batch image resizer and rotator (https://github.com/jarun/imgp) +# "postman-bin" # api development tool +# "tuxedo-control-center" # tuxedo specific package +# "sublime-text-dev" # text editor diff --git a/dots/archinstall/tuxwarrior/services.txt b/dots/archinstall/tuxwarrior/services.txt new file mode 100644 index 0000000..fa9140c --- /dev/null +++ b/dots/archinstall/tuxwarrior/services.txt @@ -0,0 +1,2 @@ +lemurs.service +cups.service