removed packages i dont use
This commit is contained in:
parent
945932b58a
commit
a6d41fab1c
|
|
@ -3,20 +3,9 @@ autojump
|
||||||
brave-bin
|
brave-bin
|
||||||
bridge-utils
|
bridge-utils
|
||||||
dxvk-bin
|
dxvk-bin
|
||||||
github-desktop-bin
|
|
||||||
lightly-git
|
|
||||||
lightlyshaders-git
|
|
||||||
mangohud
|
|
||||||
mangohud-common
|
|
||||||
nerd-fonts-fira-code
|
|
||||||
nordic-darker-standard-buttons-theme
|
|
||||||
nordic-darker-theme
|
|
||||||
nordic-kde-git
|
|
||||||
nordic-theme
|
|
||||||
ocs-url
|
ocs-url
|
||||||
plymouth-git
|
plymouth-git
|
||||||
sddm-nordic-theme-git
|
sddm-nordic-theme-git
|
||||||
snapper-gui-git
|
snapper-gui-git
|
||||||
ttf-meslo
|
ttf-meslo
|
||||||
vde2
|
|
||||||
pamac-nosnap
|
pamac-nosnap
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ export PATH=$PATH:~/.local/bin
|
||||||
|
|
||||||
# Theming DE if user chose FULL installation
|
# Theming DE if user chose FULL installation
|
||||||
if [[ $INSTALL_TYPE == "FULL" ]]; then
|
if [[ $INSTALL_TYPE == "FULL" ]]; then
|
||||||
if [[ $DESKTOP_ENV == "kde" || "kdedh" ]]; then
|
if [[ $DESKTOP_ENV == "kde" ]]; then
|
||||||
cp -r ~/ArchTitus/configs/.config/* ~/.config/
|
cp -r ~/ArchTitus/configs/.config/* ~/.config/
|
||||||
pip install konsave
|
pip install konsave
|
||||||
konsave -i ~/ArchTitus/configs/kde.knsv
|
konsave -i ~/ArchTitus/configs/kde.knsv
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue