From a409cc80bc75bbeec70408dec17c0b108903ebbc Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 30 Mar 2023 19:20:52 -0400 Subject: [PATCH] Added a Konsole profile that defaults to zsh --- chrootInstall.sh | 1 + config-files/konsole-profile | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 config-files/konsole-profile diff --git a/chrootInstall.sh b/chrootInstall.sh index d8fb030..6ae4cb2 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -129,6 +129,7 @@ chmod 755 /home/"$username"/{.config,.local/share} if [ "$formfactor" == 1 ] || [ "$formfactor" == 2 ] || [ "$formfactor" == 3 ]; then pacman -S plasma-desktop plasma-wayland-session plasma-wayland-protocols kscreen kwallet-pam kdeplasma-addons spectacle gwenview plasma-nm plasma-pa breeze-gtk kde-gtk-config kio-extras khotkeys kwalletmanager yakuake ark kate bluedevil dolphin qt5-imageformats pipewire pipewire-pulse pipewire-jack pipewire-alsa wireplumber wayland-protocols polkit micro bluez-openrc --needed --noconfirm curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/pam-login -o /etc/pam.d/login + curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/konsole-profile -o /home/"$username"/.local/share/konsole/Custom.profile curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/konsolerc -o /home/"$username"/.config/konsolerc chmod 755 /home/"$username"/.config/konsolerc chown "$username":users /home/"$username"/.config/konsolerc diff --git a/config-files/konsole-profile b/config-files/konsole-profile new file mode 100644 index 0000000..d3fd3d9 --- /dev/null +++ b/config-files/konsole-profile @@ -0,0 +1,11 @@ +[Appearance] +ColorScheme=DarkPastels + +[General] +Command=/bin/zsh +Name=Custom +Parent=FALLBACK/ +StartInCurrentSessionDir=false + +[Scrolling] +HistorySize=2000