TROMjaro 2023.06.04
This commit is contained in:
parent
42fc3a0f25
commit
803e1364ef
|
@ -15,6 +15,7 @@ chaotic-mirrorlist
|
||||||
powerpill
|
powerpill
|
||||||
|
|
||||||
#Main apps
|
#Main apps
|
||||||
|
tblock-gui
|
||||||
firefox
|
firefox
|
||||||
g4music
|
g4music
|
||||||
warp
|
warp
|
||||||
|
@ -146,6 +147,8 @@ emote
|
||||||
davfs2
|
davfs2
|
||||||
fprintd
|
fprintd
|
||||||
tesseract-data-eng
|
tesseract-data-eng
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Network
|
## Network
|
||||||
|
|
|
@ -1,12 +1,19 @@
|
||||||
|
btrfs-assistant
|
||||||
calamares
|
calamares
|
||||||
|
clonezilla
|
||||||
|
gparted
|
||||||
gsmartcontrol
|
gsmartcontrol
|
||||||
|
#manjaro-architect
|
||||||
manjaro-live-skel
|
manjaro-live-skel
|
||||||
manjaro-live-systemd
|
manjaro-live-systemd
|
||||||
|
manjaro-rescue
|
||||||
mkinitcpio-nfs-utils
|
mkinitcpio-nfs-utils
|
||||||
nbd
|
nbd
|
||||||
clonezilla
|
snapper-gui
|
||||||
|
timeshift
|
||||||
virtualbox-guest-utils
|
virtualbox-guest-utils
|
||||||
|
|
||||||
|
|
||||||
#TROM
|
#TROM
|
||||||
tromjaro-calamares-theme
|
tromjaro-calamares-theme
|
||||||
grub-theme-live-common
|
grub-theme-live-common
|
||||||
|
|
|
@ -7,12 +7,12 @@
|
||||||
KERNEL-bbswitch
|
KERNEL-bbswitch
|
||||||
KERNEL-broadcom-wl
|
KERNEL-broadcom-wl
|
||||||
#KERNEL-r8168
|
#KERNEL-r8168
|
||||||
KERNEL-zfs
|
#KERNEL-zfs
|
||||||
zfs-utils
|
#zfs-utils
|
||||||
#KERNEL-rt3562sta
|
#KERNEL-rt3562sta
|
||||||
#KERNEL-virtualbox-guest-modules
|
#KERNEL-virtualbox-guest-modules
|
||||||
KERNEL-headers
|
KERNEL-headers
|
||||||
zfs-dkms
|
#zfs-dkms
|
||||||
libva-intel-driver
|
libva-intel-driver
|
||||||
libva-mesa-driver
|
libva-mesa-driver
|
||||||
libva-vdpau-driver
|
libva-vdpau-driver
|
||||||
|
|
|
@ -1,30 +1,5 @@
|
||||||
# Base
|
# Base
|
||||||
bash
|
base
|
||||||
bzip2
|
|
||||||
coreutils
|
|
||||||
file
|
|
||||||
filesystem
|
|
||||||
findutils
|
|
||||||
gawk
|
|
||||||
gcc-libs
|
|
||||||
gettext
|
|
||||||
glibc
|
|
||||||
grep
|
|
||||||
gzip
|
|
||||||
iproute2
|
|
||||||
iputils
|
|
||||||
licenses
|
|
||||||
pacman
|
|
||||||
pciutils
|
|
||||||
procps-ng
|
|
||||||
psmisc
|
|
||||||
sed
|
|
||||||
shadow
|
|
||||||
systemd
|
|
||||||
systemd-sysvcompat
|
|
||||||
tar
|
|
||||||
util-linux
|
|
||||||
xz
|
|
||||||
|
|
||||||
# Manjaro
|
# Manjaro
|
||||||
>multilib gcc-libs-multilib
|
>multilib gcc-libs-multilib
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Internet Content Blocker
|
||||||
|
Comment=Systemwide ads/trackers blocker
|
||||||
|
Exec=/usr/bin/tblockg
|
||||||
|
Icon=tblock
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=Settings;System;X-XFCE-SettingsDialog;X-XFCE-SystemSettings;
|
||||||
|
Path=
|
||||||
|
StartupNotify=false
|
|
@ -5,7 +5,7 @@
|
||||||
autoload -U colors && colors # Load colors
|
autoload -U colors && colors # Load colors
|
||||||
# Maia prompt
|
# Maia prompt
|
||||||
PROMPT="%B%{$fg[cyan]%}%(4~|%-1~/.../%2~|%~)%u%b >%{$fg[cyan]%}>%B%(?.%{$fg[cyan]%}.%{$fg[red]%})>%{$reset_color%}%b "
|
PROMPT="%B%{$fg[cyan]%}%(4~|%-1~/.../%2~|%~)%u%b >%{$fg[cyan]%}>%B%(?.%{$fg[cyan]%}.%{$fg[red]%})>%{$reset_color%}%b "
|
||||||
RPROMPT="%{$fg[red]%} %(?..[%?])"
|
RPROMPT="%{$fg[red]%} %(?..[%?])%{$reset_color%}"
|
||||||
|
|
||||||
setopt autocd # Automatically cd into typed directory.
|
setopt autocd # Automatically cd into typed directory.
|
||||||
stty stop undef # Disable ctrl-s to freeze terminal.
|
stty stop undef # Disable ctrl-s to freeze terminal.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user